|
|
|
|
|
_error_callback(self,
client,
stanza)
Logs error stanza messages for diagnostic purposes |
source code
|
|
|
|
_get_jabber_client(self,
jabber_server)
Returns a connected Jabber client, or raises an exception if it was
unable to connect |
source code
|
|
|
|
|
|
|
fix_connection(self,
client)
After setting up the connection, do whatever else is necessary |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
process_cli_options(self)
Process command line options |
source code
|
|
|
|
process_forever(self,
client)
Big loop to process requests |
source code
|
|
|
|
process_once(self,
client)
To be overridden in a client class |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
setup_connection(self,
no_fork=0)
initializes a Jabber connection (by instantiating a Jabber client) |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|