11 lines
		
	
	
		
			366 B
		
	
	
	
		
			TOML
		
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			366 B
		
	
	
	
		
			TOML
		
	
	
	
| # 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
 |