XEP-0115: remove wrong coroutine=True argument
This commit is contained in:
parent
1289cf575c
commit
ad2673fd2c
@ -170,7 +170,6 @@ class XEP_0115(BasePlugin):
|
|||||||
try:
|
try:
|
||||||
node = '%s#%s' % (pres['caps']['node'], ver)
|
node = '%s#%s' % (pres['caps']['node'], ver)
|
||||||
caps = await self.xmpp['xep_0030'].get_info(pres['from'], node,
|
caps = await self.xmpp['xep_0030'].get_info(pres['from'], node,
|
||||||
coroutine=True,
|
|
||||||
ifrom=ifrom)
|
ifrom=ifrom)
|
||||||
|
|
||||||
if isinstance(caps, Iq):
|
if isinstance(caps, Iq):
|
||||||
|
Loading…
Reference in New Issue
Block a user