class documentation
class Bot(pluginSupport): (source)
xmppClient Bot protocol
| Method | __init__ |
initialize protocol |
| Method | connection |
connection lost |
| Method | connection |
XMPP connection successfully established |
| Method | get |
return a gettext function for the configured language |
| Method | on |
XMPP message received |
| Method | register |
dummy for compatiblity with ircClient plugins |
| Method | sendme |
Undocumented |
| Method | sendmsg |
sendmsg method simulating the ircClient.Bot.sendmsg method. so some ircClient plugins will work with xmppClient |
| Method | service |
Undocumented |
| Method | start |
Undocumented |
| Class Variable | plugin |
Undocumented |
| Class Variable | plugin |
Undocumented |
| Instance Variable | logger |
Undocumented |
| Instance Variable | myjid |
Undocumented |
| Instance Variable | network |
Undocumented |
| Instance Variable | nickname |
Undocumented |
| Instance Variable | parent |
Undocumented |
| Instance Variable | root |
Undocumented |
| Instance Variable | translations |
Undocumented |
initialize protocol
| Parameters | |
| root | reference to the application object |
| parent | reference to the parent object |
return a gettext function for the configured language
| Parameters | |
| channel | ignored, its just for compatibilty with ircClient plugins |