|
__init__(self,
cfgfile=' ./xmppd.xml ' ,
cmd_options={ } ,
under_restart=False) |
source code
|
|
|
tool_split_jid(self,
jid)
Returns tuple of id,server,resource |
source code
|
|
|
|
|
|
|
tool_get_status(self)
Get this node's status |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libevent_read_callback(self,
ev,
fd,
evtype,
pipe)
Functions as a callback for libevent pased |
source code
|
|
|
select_handle(self)
Handles select-based socket handling |
source code
|
|
|
_socket_handler(self,
sock,
mode)
Accepts incoming sockets and ultimately handles the core-routing of
packets |
source code
|
|
|
|
|
|
|
S2S(self,
ourname,
domain,
slave_session=None,
port=None,
route_everything=False) |
source code
|
|
|
_connect_session(self,
session,
domain,
port) |
source code
|
|
|
|
|
|
|
pick_rand(self)
return random int from 7000 to 8999 -- used for random port |
source code
|
|