Skip to content
Snippets Groups Projects
Commit 817bbad9 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[sgala] tell other client that ask us that we support xhtml-im.

parent 04777639
No related branches found
No related tags found
No related merge requests found
......@@ -712,6 +712,7 @@ class ConnectionDisco:
q.addChild('feature', attrs = {'var': common.xmpp.NS_SI})
q.addChild('feature', attrs = {'var': common.xmpp.NS_FILE})
q.addChild('feature', attrs = {'var': common.xmpp.NS_MUC})
q.addChild('feature', attrs = {'var': common.xmpp.NS_XHTML_IM})
self.connection.send(iq)
raise common.xmpp.NodeProcessed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment