summaryrefslogtreecommitdiff
path: root/slixmpp
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-03-09 20:02:16 +0100
committermathieui <mathieui@mathieui.net>2021-03-09 20:02:16 +0100
commitad2673fd2c735dfef11eb8d13615a3eb69634dc9 (patch)
treebd9bb6d20410d990f70b0e7f693555ea710181a4 /slixmpp
parent1289cf575c7a2c3db4a425b4ca4ee128098d9966 (diff)
downloadslixmpp-ad2673fd2c735dfef11eb8d13615a3eb69634dc9.tar.gz
slixmpp-ad2673fd2c735dfef11eb8d13615a3eb69634dc9.tar.bz2
slixmpp-ad2673fd2c735dfef11eb8d13615a3eb69634dc9.tar.xz
slixmpp-ad2673fd2c735dfef11eb8d13615a3eb69634dc9.zip
XEP-0115: remove wrong coroutine=True argument
Diffstat (limited to 'slixmpp')
-rw-r--r--slixmpp/plugins/xep_0115/caps.py1
1 files changed, 0 insertions, 1 deletions
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):