summaryrefslogtreecommitdiff
path: root/examples/config.xml
blob: 4ca3a3d675f9c3431017db7789062d3506eea8e3 (plain)
1
2
3
4
5
6
7
8
9
10
<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>