-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
29 lines (29 loc) · 848 Bytes
/
config.xml
File metadata and controls
29 lines (29 loc) · 848 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<config>
<component_connection>
<host>somehost.somedomain</host>
<component>alice.somehost.somedomain</component>
<secret>abcdefghijklmnop</secret>
<port>8887</port>
<tls>yes</tls>
<reconnect>yes</reconnect>
</component_connection>
<aliases>
<connection>
<hostname>somehost.somedomain</hostname>
<domain>somehost.somedomain</domain>
<username>alias</username>
<password>0123456789</password>
<port>5222</port>
<tls>yes</tls>
<resource>Alice</resource>
<priority>1</priority>
<real_jid>realjid1@somehost.somedomain</real_jid>
<real_jid>realjid2@somehost.somedomain</real_jid>
</connection>
</aliases>
<service>
<pid_file>/var/run/alice/alice.pid</pid_file>
<error_log>/var/log/alice/error_log</error_log>
</service>
</config>