Home | Trees | Indices | Help |
|
---|
|
Base class for an XMPP-IM client.
Joins the MainLoop, ClientStream and some basic handlers together, so a client application needs only to add its handlers.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|||
_ml_handlers list of handlers installed by this object to at the main loop |
|||
handlers stream and main loop handlers provided via the constructor |
|||
jid.JID |
jid configured JID of the client (current full JID is avialable as self.stream.jid). |
||
threading.RLock |
lock lock protecting the object |
||
mainloop.interfaces.MainLoop |
mainloop the main loop object |
||
XMPPSettings |
settings configuration settings |
||
clientstream.ClientStream |
stream the stream object when connected |
|
|||
Inherited from |
|
|
Call the main loop. Convenience wrapper for self.mainloop.loop |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jun 30 13:21:10 2011 | http://epydoc.sourceforge.net |