XEP-0115: remove wrong coroutine=True argument

This commit is contained in:
mathieui 2021-03-09 20:02:16 +01:00
parent 1289cf575c
commit ad2673fd2c

View file

@ -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):