Skip to content
Snippets Groups Projects
Commit ec03a1d8 authored by nicfit's avatar nicfit
Browse files

Added name='Gajim' to disco identity

parent 6b925ec3
No related branches found
No related tags found
No related merge requests found
......@@ -1202,7 +1202,9 @@ class Connection:
gajim.log.debug('DiscoverInfoGetCB')
iq = iq_obj.buildReply('result')
q = iq.getTag('query')
q.addChild('identity', attrs = {'type': 'pc', 'category': 'client'})
q.addChild('identity', attrs = {'type': 'pc',
'category': 'client',
'name': 'Gajim'})
q.addChild('feature', attrs = {'var': common.xmpp.NS_BYTESTREAM})
q.addChild('feature', attrs = {'var': common.xmpp.NS_SI})
q.addChild('feature', attrs = {'var': common.xmpp.NS_FILE})
......
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