Document the changing_nick plugin event
This commit is contained in:
parent
8305f3bd53
commit
2b10325be4
1 changed files with 6 additions and 0 deletions
|
@ -112,6 +112,12 @@ The following events are poezio-only events, for SleekXMPP events, check out
|
|||
|
||||
Triggered when joining a MUC. The presence can thus be modified before being sent.
|
||||
|
||||
changing_nick
|
||||
- **presence:** :py:class:`~~sleekxmpp.Presence` to be sent
|
||||
|
||||
Triggered when the user changes his/her nickname on a MUC. The
|
||||
presence can thus be modified before being sent.
|
||||
|
||||
send_normal_presence
|
||||
- **presence:** :py:class:`~sleekxmpp.Presence` sent
|
||||
|
||||
|
|
Loading…
Reference in a new issue