We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Smuxi misses the node attr when answering entity caps requests
Answer
The text was updated successfully, but these errors were encountered: