diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/dev/events.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/events.rst b/doc/source/dev/events.rst index 6e35a992..dda25561 100644 --- a/doc/source/dev/events.rst +++ b/doc/source/dev/events.rst @@ -109,7 +109,7 @@ The following events are poezio-only events, for SleekXMPP events, check out send_normal_presence - **presence:** :py:class:`~sleekxmpp.Presence` sent - Triggered when before poezio sends a new :py:class:`~sleekxmpp.Presence` stanza. + Triggered when poezio sends a new :py:class:`~sleekxmpp.Presence` stanza. The presence can thus be modified before being sent. muc_join - **presence:** :py:class:`~sleekxmpp.Presence` received |