stop ReconnectingClientFactory (XmlStreamFactory)
- by defreng
Hey guys,
I tried to write a XMPP Client using this mentioned factories. Now my program only needs this connection during a short time. How can I make the Factory to stop reconnection attempts? Unfortunately stopTrying doesn't work. Do I have to disconnect running connections before?
Any help would be appreciated :)