3 changed files with 36 additions and 2 deletions
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
Component "whatsapp.0l.de" |
||||
component_secret = "whatsappsucks" |
||||
component_ports = { 5221 } |
||||
component_interface = "127.0.0.1" |
@ -0,0 +1,30 @@
@@ -0,0 +1,30 @@
|
||||
[service] |
||||
user = spectrum |
||||
group = spectrum |
||||
|
||||
jid = whatsapp.0l.de |
||||
|
||||
server = localhost |
||||
password = whatsappsucks |
||||
port = 5221 |
||||
|
||||
backend_host = localhost |
||||
backend = /usr/bin/transwhat |
||||
|
||||
users_per_backend = 10 |
||||
more_resources = 1 |
||||
|
||||
admin_jid = your@jid.example |
||||
|
||||
[identity] |
||||
name = transWhat |
||||
type = xmpp |
||||
category = gateway |
||||
|
||||
[logging] |
||||
config = /etc/spectrum2/logging.cfg |
||||
backend_config = /etc/spectrum2/backend-logging.cfg |
||||
|
||||
[database] |
||||
type = sqlite3 |
||||
|
Loading…
Reference in new issue