summaryrefslogtreecommitdiff
path: root/examples/config.xml
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-11-18 16:26:02 -0800
committerLance Stout <lancestout@gmail.com>2011-11-18 16:26:02 -0800
commit7945b3e7389516ebd3267dbba83e7564813c3012 (patch)
treee3924076ce280e6f80064d023d4dea8239205e39 /examples/config.xml
parentd4c1ff53090abf1d0e672db3d26a9c88318c21ec (diff)
downloadslixmpp-7945b3e7389516ebd3267dbba83e7564813c3012.tar.gz
slixmpp-7945b3e7389516ebd3267dbba83e7564813c3012.tar.bz2
slixmpp-7945b3e7389516ebd3267dbba83e7564813c3012.tar.xz
slixmpp-7945b3e7389516ebd3267dbba83e7564813c3012.zip
Remove the config_component example in favor of echo_component.sleek-1.0-RC31.0-RC3
The roster portion of the example is too outdated.
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>