send in caps (XEP-0115) that we support XHTML-IM

This commit is contained in:
Yann Leboulanger 2006-12-02 12:06:14 +00:00
parent 053c5c0776
commit f1e5984909
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ class ConnectionVcard:
''' advertise our capabilities in presence stanza (jep-0115)'''
c = p.setTag('c', namespace = common.xmpp.NS_CAPS)
c.setAttr('node', 'http://gajim.org/caps')
c.setAttr('ext', 'ftrans')
c.setAttr('ext', 'ftrans xhtml')
c.setAttr('ver', gajim.version)
return p