857e8bd202
[+] New config options (see config.yml.example) [+] Storing transport sessions in sqlite db [+] Auto connecting if we have stored session JID that came online [+] Auto disconnecting when JID going offline [+] Roster and status synchronisation with Telegram contact list [+] Added Edited and Deleted Messages support [+] Add Files (Audio, Photo, Documents, Stickers) support [+] Added incoming text formatting with MSG ID, user names and login [~] Some new config options (see config.yml.example) [~] Some code refactoring
21 lines
421 B
Plaintext
21 lines
421 B
Plaintext
telegram:
|
|
|
|
api_id: '17349'
|
|
api_hash: '344583e45741c457fe1862106095a5eb'
|
|
verbosity: 2
|
|
useragent: 'Zhabogram XMPP Gateway'
|
|
version: '0.10'
|
|
use_test_dc: false
|
|
loglevel: 0
|
|
content_path: '/var/www/tg_media'
|
|
content_link: 'https://localhost/tg_media'
|
|
|
|
xmpp:
|
|
|
|
db_path: 'users.db'
|
|
jid: 'tlgrm.localhost'
|
|
host: 'localhost'
|
|
port: 8899
|
|
secret: 'password'
|
|
loglevel: 0
|