From 95d40a3ca336a4e1b66c7ed287ec3f2ef92b201c Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 10 Dec 2020 19:20:23 +0100 Subject: docs: update docstrings for sphinx conformity Remove most references to timeout/callback/ifrom/timeout_callbacks args --- slixmpp/plugins/xep_0421/stanza.py | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'slixmpp/plugins/xep_0421/stanza.py') diff --git a/slixmpp/plugins/xep_0421/stanza.py b/slixmpp/plugins/xep_0421/stanza.py index ab1128d6..510bb50d 100644 --- a/slixmpp/plugins/xep_0421/stanza.py +++ b/slixmpp/plugins/xep_0421/stanza.py @@ -24,15 +24,17 @@ class OccupantId(ElementBase): Without occupant-id, getting the following messages from MUC history would prevent a client from asserting senders are the same entity: - - Some message - - - - Some correction - - - + :: + + + Some message + + + + Some correction + + + ''' name = 'occupant-id' -- cgit v1.2.3