diff options
-rw-r--r-- | slixmpp/plugins/xep_0030/disco.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slixmpp/plugins/xep_0030/disco.py b/slixmpp/plugins/xep_0030/disco.py index a8d0b75e..b79a14ff 100644 --- a/slixmpp/plugins/xep_0030/disco.py +++ b/slixmpp/plugins/xep_0030/disco.py @@ -300,6 +300,8 @@ class XEP_0030(BasePlugin): async def get_info_from_domain(self, domain=None, timeout=None, cached=True, callback=None): + """Fetch disco#info of specified domain and one disco#items level below""" + if domain is None: domain = self.xmpp.boundjid.domain |