xmpp.conf 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [general]
  2. ;debug=yes ; Enable debugging (disabled by default).
  3. ;autoprune=yes ; Auto remove users from buddy list. Depending on your
  4. ; setup (ie, using your personal Gtalk account for a test)
  5. ; you might lose your contacts list. Default is 'no'.
  6. ;autoregister=yes ; Auto register users from buddy list.
  7. ;collection_nodes=yes ; Enable support for XEP-0248 for use with
  8. ; distributed device state. Default is 'no'.
  9. ;pubsub_autocreate=yes ; Whether or not the PubSub server supports/is using
  10. ; auto-create for nodes. If it is, we have to
  11. ; explicitly pre-create nodes before publishing them.
  12. ; Default is 'no'.
  13. ;auth_policy=accept ; Auto accept users' subscription requests (default).
  14. ; Set to deny for auto denial.
  15. ;[asterisk]
  16. ;type=client ; Client or Component connection
  17. ;serverhost=astjab.org ; Route to server for example, talk.google.com
  18. ;pubsub_node=pubsub.astjab.org ; Node to use for publishing events via PubSub
  19. ;username=asterisk@astjab.org/asterisk ; Username with optional resource.
  20. ;secret=blah ; Password
  21. ;priority=1 ; Resource priority
  22. ;port=5222 ; Port to use defaults to 5222
  23. ;usetls=yes ; Use tls or not
  24. ;usesasl=yes ; Use sasl or not
  25. ;buddy=mogorman@astjab.org ; Manual addition of buddy to list.
  26. ; For distributed events, these buddies are
  27. ; automatically added in the whitelist as
  28. ; 'owners' of the node(s).
  29. ;distribute_events=yes ; Whether or not to distribute events using
  30. ; this connection. Default is 'no'.
  31. ;status=available ; One of: chat, available, away, xaway, or dnd
  32. ;statusmessage="I am available" ; Have custom status message for Asterisk
  33. ;timeout=5 ; Timeout (in seconds) on the message stack, defaults to 5.
  34. ; Messages stored longer than this value will be deleted by Asterisk.
  35. ; This option applies to incoming messages only, which are intended to
  36. ; be processed by the JABBER_RECEIVE dialplan function.
  37. ;sendtodialplan=yes ; Send incoming messages into the dialplan. Off by default.
  38. ;context=messages ; Dialplan context to send incoming messages to. If not set,
  39. ; "default" will be used.
  40. ;forceoldssl=no ; Force the use of old-style SSL.
  41. ;keepalive=