Version 0.7
This commit is contained in:
parent
baf65fed2e
commit
a14c2ad2da
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class Connection(sleekxmpp.ClientXMPP):
|
|||
self.register_plugin('xep_0045')
|
||||
if config.get('send_poezio_info', 'true') == 'true':
|
||||
info = {'name':'poezio',
|
||||
'version':'0.7-dev'}
|
||||
'version':'0.7'}
|
||||
if config.get('send_os_info', 'true') == 'true':
|
||||
info['os'] = common.get_os_info()
|
||||
self.register_plugin('xep_0092', pconfig=info)
|
||||
|
|
Loading…
Reference in a new issue