summaryrefslogtreecommitdiff
path: root/configs/jabber.conf.sample
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-05-22 21:12:30 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-05-22 21:12:30 +0000
commit7aa1a77e755fbda1b49b587afd9e7222c3af7576 (patch)
treed1895da5e48cb7c2696f1e79242e88dd0d35b3f6 /configs/jabber.conf.sample
parent64b94dad8055626bf3e94ada1a3d2d175fb368ad (diff)
asterisk-xmpp merge in
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29553 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/jabber.conf.sample')
-rw-r--r--configs/jabber.conf.sample15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/jabber.conf.sample b/configs/jabber.conf.sample
new file mode 100644
index 000000000..521513c92
--- /dev/null
+++ b/configs/jabber.conf.sample
@@ -0,0 +1,15 @@
+[general]
+;debug=yes ;;Turn on debugging by default.
+;autoprune=yes ;;Auto remove users from buddy list.
+;autoregister=yes ;;Auto register users from buddy list.
+
+;[asterisk] ;;label
+;type=client ;;Client or Component connection
+;serverhost=astjab.org ;;Route to server for example,
+ ;; talk.google.com
+;username=asterisk@astjab.org/asterisk ;;username with optional roster.
+;secret=blah ;;Password
+;port=5222 ;;Port to use defaults to 5222
+;usetls=yes ;;use tls or not
+;usesasl=yes ;;use sasl or not
+;buddy=mogorman@astjab.org ;;manual addition of buddy to list.