stop ReconnectingClientFactory (XmlStreamFactory)

Posted by defreng on Stack Overflow See other posts from Stack Overflow or by defreng
Published on 2010-03-29T20:56:37Z Indexed on 2010/03/30 9:13 UTC
Read the original article Hit count: 262

Filed under:

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 :)

© Stack Overflow or respective owner

Related posts about twisted