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
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue