id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc
17,add a disconnect method to XMPPClient,tofu,ralphm,"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()

}}}
",enhancement,closed,normal,,generic,wontfix,,
