Files
@ 7238ea96708a
Branch filter:
Location: libtransport.git/spectrum/src/sample2_gateway.cfg - annotation
7238ea96708a
2.9 KiB
text/x-ini
Merge branch 'twitter_json'
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 093daf2feb62 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 4b2768e5d177 | [service]
# The name of user/group Spectrum runs as.
#user=spectrum
#group=spectrum
# JID of Spectrum instance.
jid = icq.domain.tld
# Password used to connect the XMPP server.
password = secret
# XMPP server to which Spectrum connects in gateway mode.
server = 127.0.0.1
# XMPP server port.
port = 5347
# Interface on which Spectrum listens for backends.
backend_host = localhost
# Port on which Spectrum listens for backends.
# By default Spectrum chooses random backend port and there's
# no need to change it normally
#backend_port=10001
# Number of users per one legacy network backend.
users_per_backend=10
# Full path to backend binary.
backend=/usr/bin/spectrum2_libpurple_backend
#backend=/usr/bin/spectrum2_libcommuni_backend
# For skype:
#backend=/usr/bin/xvfb-run -a -s "-screen 0 10x10x8" -f /tmp/x-skype-gw /usr/bin/spectrum2_skype_backend
# Libpurple protocol-id for spectrum_libpurple_backend
protocol=prpl-jabber
#protocol=prpl-msn
#protocol=prpl-icq
# prpl-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
[identity]
# Name of Spectrum instance in service discovery
name=Spectrum Jabber Transport
# Type of transport ("msn", "icq", "xmpp").
# Check http://xmpp.org/registrar/disco-categories.html#gateway
type=xmpp
# Category of transport, default is "gateway
#category=gateway
[logging]
# log4cxx/log4j logging configuration file in ini format used for main spectrum2 instance.
config = /etc/spectrum2/logging.cfg
# log4cxx/log4j logging configuration file in ini format used for backends.
backend_config = /etc/spectrum2/backend-logging.cfg
[database]
# Database backend type
# "sqlite3", "mysql", "pqxx", or "none" without database backend
type = sqlite3
# For SQLite3: Full path to database
# For MySQL and PostgreSQL: name of database
# default database = /var/lib/spectrum2/$jid/database.sql
#database = jabber_transport
# Server.
#server = localhost
# Port.
#port = 0
# User.
#user = spectrum
# Paasword.
#password = secret
# Prefix used for tables
#prefix = jabber_
# Connection string (for pqxx only!)
# If you set this, it ignores every other database option except for type and prefix.
#connectionstring = host=localhost user=specturm password=secret
[registration]
# Enable public registrations
enable_public_registration=1
# Text to display upon user registration form
#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
# 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
#local_username_label=Local username (without @server.tld):
#local_account_server=localhost
#local_account_server_timeout=10000
|