aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/configs/jabber.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/configs/jabber.conf.sample')
-rw-r--r--trunk/configs/jabber.conf.sample21
1 files changed, 21 insertions, 0 deletions
diff --git a/trunk/configs/jabber.conf.sample b/trunk/configs/jabber.conf.sample
new file mode 100644
index 000000000..7d45083f9
--- /dev/null
+++ b/trunk/configs/jabber.conf.sample
@@ -0,0 +1,21 @@
+[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
+;priority=1 ;;Resource priority
+;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.
+;status=available ;;One of: chat, available, away,
+ ;; xaway, or dnd
+;statusmessage="I am available" ;;Have custom status message for
+ ;;Asterisk.
+;timeout=100 ;;Timeout on the message stack.