From a452ccd187989625f0520f4a0488af807e664e0d Mon Sep 17 00:00:00 2001 From: Anton Ryzhov Date: Mon, 29 Jul 2013 21:52:09 +0400 Subject: [PATCH] Config sample fix --- spectrum/src/sample2.cfg | 8 ++++---- spectrum/src/sample2_gateway.cfg | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/spectrum/src/sample2.cfg b/spectrum/src/sample2.cfg index 5d96d391..46b52d9f 100644 --- a/spectrum/src/sample2.cfg +++ b/spectrum/src/sample2.cfg @@ -27,7 +27,7 @@ backend_host = localhost #cert= # Certificate password if any. -#cert_password= +#cert_password= # Number of users per one legacy network backend. users_per_backend=10 @@ -43,10 +43,10 @@ protocol=prpl-jabber #protocol=prpl-msn #protocol=prpl-icq -# prpl-any means that user sets his protocol in his JID which has to be +# protocol=any means that user sets his protocol in his JID which has to be # in following format: protocol.username@domain.tld # So for example: prpl-jabber.hanzz.k%gmail.com@domain.tld -#protocol=prpl-any +#protocol=any [identity] # Name of Spectrum instance in service discovery @@ -103,7 +103,7 @@ enable_public_registration=1 #username_label=Jabber JID (e.g. user@server.tld): #instructions=Enter your remote jabber JID and password as well as your local username and password -# If True a local jabber account on is needed +# If True a local jabber account on is needed # for transport registration, the idea is to enable public registration # from other servers, but only for users, who have already local accounts #require_local_account=1 diff --git a/spectrum/src/sample2_gateway.cfg b/spectrum/src/sample2_gateway.cfg index 9ec4e60b..dcd4960b 100644 --- a/spectrum/src/sample2_gateway.cfg +++ b/spectrum/src/sample2_gateway.cfg @@ -37,10 +37,10 @@ protocol=prpl-jabber #protocol=prpl-msn #protocol=prpl-icq -# prpl-any means that user sets his protocol in his JID which has to be +# protocol=any means that user sets his protocol in his JID which has to be # in following format: protocol.username@domain.tld # So for example: prpl-jabber.hanzz.k%gmail.com@domain.tld -#protocol=prpl-any +#protocol=any [identity] # Name of Spectrum instance in service discovery @@ -97,7 +97,7 @@ enable_public_registration=1 #username_label=Jabber JID (e.g. user@server.tld): #instructions=Enter your remote jabber JID and password as well as your local username and password -# If True a local jabber account on is needed +# If True a local jabber account on is needed # for transport registration, the idea is to enable public registration # from other servers, but only for users, who have already local accounts #require_local_account=1