[SVN] bump to version 0.2.1

[UPD] roster exchange (XEP-0144) now is not mandatory since not all clients supports it; it is optional and configurable
This commit is contained in:
annelin
2018-06-19 19:29:49 +00:00
parent 55f85db5d1
commit c16faf8e4e
3 changed files with 19 additions and 6 deletions

View File

@@ -10,6 +10,8 @@ CONFIG = {
'server': 'localhost',
'port': '8889',
'xmpp_use_roster_exchange': True, # use XEP-0144 to import roster from Telegram
'tg_api_id': '17349', # Telegram Desktop (GitHub)
'tg_api_hash': '344583e45741c457fe1862106095a5eb',