mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
11 lines
254 B
XML
11 lines
254 B
XML
|
<config xmlns="sleekxmpp:config">
|
||
|
<jid>component.localhost</jid>
|
||
|
<secret>ssshh</secret>
|
||
|
<server>localhost</server>
|
||
|
<port>8888</port>
|
||
|
|
||
|
<query xmlns="jabber:iq:roster">
|
||
|
<item jid="user@example.com" subscription="both" />
|
||
|
</query>
|
||
|
</config>
|