mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
asterisk-xmpp merge in
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29553 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
15
configs/jabber.conf.sample
Normal file
15
configs/jabber.conf.sample
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user