Changeset - 198441c91db0
[Not reviewed]
Merge
0 2 0
vitalyster - 12 years ago 2013-07-30 10:03:25
vitalyster@gmail.com
Merge pull request #40 from anton-ryzhov/config_fix

Config sample fix
2 files changed with 7 insertions and 7 deletions:
0 comments (0 inline, 0 general)
spectrum/src/sample2.cfg
Show inline comments
 
@@ -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 <local_account_server> is needed 
 
# If True a local jabber account on <local_account_server> 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
spectrum/src/sample2_gateway.cfg
Show inline comments
 
@@ -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 <local_account_server> is needed 
 
# If True a local jabber account on <local_account_server> 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
0 comments (0 inline, 0 general)