diff options
author | Alexander Alexeev | 2016-11-14 17:51:22 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-15 09:49:26 +0300 |
commit | 73a2b1d4796ea18ef476f4ca30e2028c828d0ac1 (patch) | |
tree | d331d133dec356f9103af9358ded98c997820f15 /server-core/src/main | |
parent | f1f61379cab08ecff28e125cba3aa68b78fd66d7 (diff) |
xmpp_disabled option for XMPPServer
Diffstat (limited to 'server-core/src/main')
-rw-r--r-- | server-core/src/main/resources/juick.conf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server-core/src/main/resources/juick.conf.example b/server-core/src/main/resources/juick.conf.example index 306a4e93..c9411456 100644 --- a/server-core/src/main/resources/juick.conf.example +++ b/server-core/src/main/resources/juick.conf.example @@ -42,4 +42,6 @@ keystore_password= broken_ssl_hosts= banned_hosts= -upload_tmp_dir=
\ No newline at end of file +upload_tmp_dir= + +xmpp_disabled=false
\ No newline at end of file |