UnifiedPush over XMPP - a specification - and implementation of Gateway and Distributor
https://up.chat.sum7.eu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
366 B
10 lines
366 B
# if not given placed in XDG_CONFIG_HOME/unifiedpushxmpp/database.db
|
|
storage_path = ""
|
|
|
|
[xmpp]
|
|
login = "YOUR-ACCOUNT@chat.sum7.eu"
|
|
password = "CHANGEME"
|
|
# if not configured will try to find one on your instance and fallback to demo-server "up.chat.sum7.eu"
|
|
gateway = ""
|
|
# keep stored gateway of application or register they again on new gateway
|
|
keep_gateway = false
|
|
|