[sgala] tell other client that ask us that we support xhtml-im.
This commit is contained in:
parent
04777639c2
commit
817bbad971
|
@ -712,6 +712,7 @@ class ConnectionDisco:
|
||||||
q.addChild('feature', attrs = {'var': common.xmpp.NS_SI})
|
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_FILE})
|
||||||
q.addChild('feature', attrs = {'var': common.xmpp.NS_MUC})
|
q.addChild('feature', attrs = {'var': common.xmpp.NS_MUC})
|
||||||
|
q.addChild('feature', attrs = {'var': common.xmpp.NS_XHTML_IM})
|
||||||
self.connection.send(iq)
|
self.connection.send(iq)
|
||||||
raise common.xmpp.NodeProcessed
|
raise common.xmpp.NodeProcessed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue