You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
config xmpp 'xmpp_client'
|
|
option username 'username'
|
|
option password 'pass'
|
|
option domain 'domain'
|
|
option resource 'resource'
|
|
option keep_alive_interval '40'
|
|
option connect_attempt '4'
|
|
option retry_init_interval '5'
|
|
option retry_interval_multi '5'
|
|
option retry_interval_max '10'
|
|
option allowed_jid ''
|
|
option cafile ''
|
|
option verify_peer '0'
|