From ad2673fd2c735dfef11eb8d13615a3eb69634dc9 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 9 Mar 2021 20:02:16 +0100 Subject: XEP-0115: remove wrong coroutine=True argument --- slixmpp/plugins/xep_0115/caps.py | 1 - 1 file changed, 1 deletion(-) (limited to 'slixmpp') diff --git a/slixmpp/plugins/xep_0115/caps.py b/slixmpp/plugins/xep_0115/caps.py index 75c96410..e469f6ff 100644 --- a/slixmpp/plugins/xep_0115/caps.py +++ b/slixmpp/plugins/xep_0115/caps.py @@ -170,7 +170,6 @@ class XEP_0115(BasePlugin): try: node = '%s#%s' % (pres['caps']['node'], ver) caps = await self.xmpp['xep_0030'].get_info(pres['from'], node, - coroutine=True, ifrom=ifrom) if isinstance(caps, Iq): -- cgit v1.2.3