From 0e7176483bfecc6b1f98b6cd736459653d39f115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 3 Aug 2019 16:05:09 +0200 Subject: xep_0030: add docstring to get_info_from_domain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- slixmpp/plugins/xep_0030/disco.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'slixmpp/plugins/xep_0030') 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 -- cgit v1.2.3