summaryrefslogtreecommitdiff
path: root/configs/samples/xmpp.conf.sample
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-07-17 21:17:28 +0000
committerMatthew Jordan <mjordan@digium.com>2014-07-17 21:17:28 +0000
commitfc0fecb4768d696db3324bcf6dd03325bb4cd513 (patch)
tree12615f96e88382b2824d4901f6949571e41ea2e4 /configs/samples/xmpp.conf.sample
parent1ce23d4534994fdd8bfb8ad3b9ca1884194097be (diff)
configs: Move sample config files into a subdirectory of configs
This moves all samples configs from configs/ to configs/samples. This allows for additional sets of sample configuration files to be added in the future. Review: https://reviewboard.asterisk.org/r/3804/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418870 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/samples/xmpp.conf.sample')
-rw-r--r--configs/samples/xmpp.conf.sample42
1 files changed, 42 insertions, 0 deletions
diff --git a/configs/samples/xmpp.conf.sample b/configs/samples/xmpp.conf.sample
new file mode 100644
index 000000000..dad0f79ef
--- /dev/null
+++ b/configs/samples/xmpp.conf.sample
@@ -0,0 +1,42 @@
+[general]
+;debug=yes ; Enable debugging (disabled by default).
+;autoprune=yes ; Auto remove users from buddy list. Depending on your
+ ; setup (ie, using your personal Gtalk account for a test)
+ ; you might lose your contacts list. Default is 'no'.
+;autoregister=yes ; Auto register users from buddy list.
+;collection_nodes=yes ; Enable support for XEP-0248 for use with
+ ; distributed device state. Default is 'no'.
+;pubsub_autocreate=yes ; Whether or not the PubSub server supports/is using
+ ; auto-create for nodes. If it is, we have to
+ ; explicitly pre-create nodes before publishing them.
+ ; Default is 'no'.
+;auth_policy=accept ; Auto accept users' subscription requests (default).
+ ; Set to deny for auto denial.
+;[asterisk]
+;type=client ; Client or Component connection
+;serverhost=astjab.org ; Route to server for example, talk.google.com
+;pubsub_node=pubsub.astjab.org ; Node to use for publishing events via PubSub
+;username=asterisk@astjab.org/asterisk ; Username with optional resource.
+;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.
+ ; For distributed events, these buddies are
+ ; automatically added in the whitelist as
+ ; 'owners' of the node(s).
+;distribute_events=yes ; Whether or not to distribute events using
+ ; this connection. Default is 'no'.
+;status=available ; One of: chat, available, away, xaway, or dnd
+;statusmessage="I am available" ; Have custom status message for Asterisk
+;timeout=5 ; Timeout (in seconds) on the message stack, defaults to 5.
+ ; Messages stored longer than this value will be deleted by Asterisk.
+ ; This option applies to incoming messages only, which are intended to
+ ; be processed by the JABBER_RECEIVE dialplan function.
+;sendtodialplan=yes ; Send incoming messages into the dialplan. Off by default.
+;context=messages ; Dialplan context to send incoming messages to. If not set,
+ ; "default" will be used.
+;forceoldssl=no ; Force the use of old-style SSL.
+;keepalive=
+