The following events are poezio-only events, for SleekXMPP events, check out their index.
Triggered when a chatstate is received in a ConversationTab.
Triggered when a message is received in a ConversationTab.
Triggered whenever the user sends a message to a ConversationTab.
Same thing than conversation_say, but after XHTML generation of the body, if needed. This means you must not insert any colors in the body in the handler, since it may lead to send invalid XML. This hook is less safe than conversation_say and you should probably not need it.
Triggered when a private message (that goes in a PrivateTab) is ignored automatically by poezio.
tab is always None, except when a tab has already been opened.
Triggered when joining a MUC. The presence can thus be modified before being sent.
Triggered when an user from a MucTab gets banned.
Triggered when a chatstate is received in a MucTab.
Triggered when an user joins a MucTab
Triggered when an user from a MucTab gets kicked.
Triggered when a message is received in a MucTab.
Triggered when an user in a MucTab changes his nickname.
Triggered when a presence is received from someone in a MucTab.
Triggered whenever the user sends a message to a MucTab.
Same thing than muc_say, but after XHTML generation of the body, if needed. This means you must not insert any colors in the body in the handler, since it may lead to send invalid XML. This hook is less safe than muc_say and you should probably not need it.
Triggered when a presence is received from a contact.
Triggered when a chatstate is received in a PrivateTab.
Triggered when a message is received in a PrivateTab.
Triggered whenever the user sends a message to a PrivateTab.
Same thing than private_say, but after XHTML generation of the body, if needed. This means you must not insert any colors in the body in the handler, since it may lead to send invalid XML. This hook is less safe than private_say and you should probably not need it.
Triggered when poezio sends a new Presence stanza. The presence can thus be modified before being sent.