summaryrefslogtreecommitdiff
path: root/examples/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/config.xml')
-rw-r--r--examples/config.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/config.xml b/examples/config.xml
new file mode 100644
index 00000000..4ca3a3d6
--- /dev/null
+++ b/examples/config.xml
@@ -0,0 +1,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>