From 817bbad971e977fdb02f4d7cf932622e5c019881 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 5 Oct 2006 21:31:18 +0000 Subject: [PATCH] [sgala] tell other client that ask us that we support xhtml-im. --- src/common/connection_handlers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index 3e955b35a..bfdc2da7a 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -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