|
|
__init__(self,
name='jabbermain',
owner=[])
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_keepchannelsalive(self)
channels keep alive method |
source code
|
|
|
|
|
|
|
| connect(self,
host,
user,
password,
port=5222,
ipv6=None,
ssl=None,
reconnect=True) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
iqHandler(self,
conn,
node)
handle iq stanza's |
source code
|
|
|
|
messageHandler(self,
conn,
msg)
message handler |
source code
|
|
|
|
presenceHandler(self,
conn,
pres)
overloaded presence handler |
source code
|
|
|
|
|
|
|
disconnectHandler(self)
overloaded disconnect handler |
source code
|
|
|
|
|
|
|
|
|
|
sendnocb(self,
what)
send via jabber.Client and without checking for output monitor |
source code
|
|
|
|
action(self,
printto,
txt,
fromm=None,
groupchat=True)
action txt to printto |
source code
|
|
|
|
say(self,
printto,
txt,
fromm=None,
groupchat=True,
speed=5,
type='normal')
say txt to printto |
source code
|
|
|
|
saynocb(self,
printto,
txt,
fromm=None,
groupchat=True,
speed=5,
type='normal')
say txt to printto |
source code
|
|
|
|
wait(self,
msg,
txt)
wait for user response |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
join(self,
channel,
password=None,
nick=None)
join conference |
source code
|
|
|
|
|
|
|
outputnolog(self,
printto,
what,
how,
who=None,
fromm=None)
doe output but don't log it |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
UnregisterHandlerOnce(self,
a,
b,
xmlns=None)
hack to work around missing method |
source code
|
|
|
|
|
|
Inherited from botbase.BotBase:
connectwithjoin,
ownercheck,
shutdown,
stop
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|