Connecting to an XMPP server with XMPPPY is simple.
from xmpp.client import Client as XMPPClient self.xmppClient = XMPPClient(\"jabber.foo.com\") if not sel
The xmpp.dispatcher.Dispatcher class has a disconnect() method. It's not obvious from the automatically generated documentation as it's loaded dynamically through the PlugIn mechanism, but you can use it on any CommentClient object.
xmpp.dispatcher.Dispatcher
disconnect()
PlugIn
CommentClient