Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XMPP: Wrong answer to entity caps request #279

Open
lovetox opened this issue Jun 29, 2019 · 0 comments
Open

XMPP: Wrong answer to entity caps request #279

lovetox opened this issue Jun 29, 2019 · 0 comments

Comments

@lovetox
Copy link

lovetox commented Jun 29, 2019

Smuxi misses the node attr when answering entity caps requests

<!-- Outgoing 29.06.2019 16:36:55 -->
<iq xmlns="jabber:client" to="some jid" type="get" id="333581d5-75f7-4515-8117-742efe7aa5c6" from="some other jid">
<query xmlns="http://jabber.org/protocol/disco#info" node="https://smuxi.im#EXJoqLcfstfsdCdC9iPMEtl1rwI=" />
</iq>

Answer

<!-- Incoming 29.06.2019 16:36:56 -->
<iq xmlns="jabber:client" to="some other jid" from="some jid" type="result" id="333581d5-75f7-4515-8117-742efe7aa5c6">
<query xmlns="http://jabber.org/protocol/disco#info">
<identity name="some name" type="pc" category="client" />
<feature var="http://jabber.org/protocol/caps" />
<feature var="jabber:iq:last" />
<feature var="http://jabber.org/protocol/muc" />
<feature var="http://jabber.org/protocol/disco#info" />
<feature var="http://jabber.org/protocol/xhtml-im" />
</query>
</iq>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant