From 1c762c6b255effe8830251f0220519a262015d76 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 9 Feb 2025 12:31:15 +0100 Subject: [PATCH] doc: add more info for XEP-0030 (fix #3433) --- slixmpp/plugins/xep_0030/disco.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/slixmpp/plugins/xep_0030/disco.py b/slixmpp/plugins/xep_0030/disco.py index 4db71a17..fe29052a 100644 --- a/slixmpp/plugins/xep_0030/disco.py +++ b/slixmpp/plugins/xep_0030/disco.py @@ -57,6 +57,9 @@ class XEP_0030(BasePlugin): Given Given A single node ====== ======= ============================ + Adding information for a given node without specifying the JID will + use the bound JID and therefore must be done after the bind happens. + Stream Handlers: ::