Ticket #17 (closed enhancement: wontfix)
add a disconnect method to XMPPClient
| Reported by: | tofu | Owned by: | ralphm |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | generic | Keywords: | |
| Cc: |
Description
It would be nice to have a method to disconnect and stop for the wokkel XMPPClient class.
Maybe something like the following :
def stop(self):
self.xmlstream.sendFooter()
self.stopService()
reactor.stop()
Change History
Note: See
TracTickets for help on using
tickets.

There should probably be oen that does not stop the reactor as well. I can see where some service (like Punjab) might connect and disconnect many sub-services.