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 /juick-www/src/main/webapp | |
parent | f1f61379cab08ecff28e125cba3aa68b78fd66d7 (diff) |
xmpp_disabled option for XMPPServer
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/juick.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/juick.conf.example b/juick-www/src/main/webapp/WEB-INF/juick.conf.example index 54ac862a..bbe2a9e5 100644 --- a/juick-www/src/main/webapp/WEB-INF/juick.conf.example +++ b/juick-www/src/main/webapp/WEB-INF/juick.conf.example @@ -2,4 +2,5 @@ mysql_username=username xmpp_password=secret sape_user=usertoken wns_application_sip=ms-app://x-1-11-1-1111111111-... -wns_client_secret=secret
\ No newline at end of file +wns_client_secret=secret +xmpp_disabled=false
\ No newline at end of file |