aboutsummaryrefslogtreecommitdiffstats
path: root/configs/jabber.conf.sample
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-22 21:12:30 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-22 21:12:30 +0000
commit38b24efed1fcbc83ca06b4420e7fb8de5f2803e2 (patch)
treed1895da5e48cb7c2696f1e79242e88dd0d35b3f6 /configs/jabber.conf.sample
parent4169faaaf309db48c66f60b3cc44734e976958e3 (diff)
asterisk-xmpp merge in
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29553 f38db490-d61c-443f-a65b-d21fe96a405b
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.