From 198441c91db02cf39a7d900c45bb4a7a34029194 2013-07-30 10:03:25 From: vitalyster Date: 2013-07-30 10:03:25 Subject: [PATCH] Merge pull request #40 from anton-ryzhov/config_fix Config sample fix --- diff --git a/spectrum/src/sample2.cfg b/spectrum/src/sample2.cfg index 5d96d3912d32224bfb1bde7506ea1807ce115d45..46b52d9fe4e5aa5db6aecbab4b4da8c1041cbf03 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 9ec4e60b49d8a1666e085b54224634b4877989e3..dcd4960b31f88f55f281da7ea88ac400e2ec2aa9 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