Merge branch 'xep-0115-fix-error' into 'master'
XEP-0115: remove wrong coroutine=True argument See merge request poezio/slixmpp!150
This commit is contained in:
commit
8a1f9bec56
@ -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