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, 0 insertions, 10 deletions
diff --git a/examples/config.xml b/examples/config.xml
deleted file mode 100644
index 4ca3a3d6..00000000
--- a/examples/config.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<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>