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

This commit is contained in:
Yann Leboulanger 2006-10-05 21:31:18 +00:00
parent 04777639c2
commit 817bbad971
1 changed files with 1 additions and 0 deletions

View File

@ -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