Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poezio
slixmpp
Commits
ad2673fd
Commit
ad2673fd
authored
Mar 09, 2021
by
mathieui
Browse files
XEP-0115: remove wrong coroutine=True argument
parent
1289cf57
Changes
1
Hide whitespace changes
Inline
Side-by-side
slixmpp/plugins/xep_0115/caps.py
View file @
ad2673fd
...
...
@@ -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
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment