XMPP Messaging
This configuration documentation is for functionality provided by res_xmpp
.
xmpp.conf
global
Global configuration settings
Configuration Option Reference
Option Name |
Type |
Default Value |
Regular Expression |
Description |
---|---|---|---|---|
|
|
|
|
Enable/disable XMPP message debugging |
|
|
|
Auto-remove users from buddy list. |
|
|
|
|
|
Auto-register users from buddy list |
|
|
|
|
Enable support for XEP-0248 for use with distributed device state |
|
|
|
|
Whether or not the PubSub server supports/is using auto-create for nodes |
|
|
|
|
Whether to automatically accept or deny users' subscription requests |
Configuration Option Descriptions
autoprune
Auto-remove users from buddy list. Depending on the setup (e.g., using your personal Gtalk account for a test) this could cause loss of the contact list.
client
Configuration options for an XMPP client
Configuration Option Reference
Option Name |
Type |
Default Value |
Regular Expression |
Description |
---|---|---|---|---|
|
|
|
|
XMPP username with optional resource |
|
|
|
|
XMPP password |
|
|
|
|
Route to server, e.g. talk.google.com |
|
|
|
|
Custom status message |
|
|
|
|
Node for publishing events via PubSub |
|
|
|
|
Dialplan context to send incoming messages to |
|
|
|
|
XMPP resource priority |
|
|
|
|
XMPP server port |
|
|
|
Timeout in seconds to hold incoming messages |
|
|
|
|
|
Enable debugging |
|
|
|
|
Connection is either a client or a component |
|
|
|
|
Whether or not to distribute events using this connection |
|
|
|
|
Whether to use TLS for the connection or not |
|
|
|
|
Whether to use SASL for the connection or not |
|
|
|
|
Force the use of old-style SSL for the connection |
|
|
|
|
If enabled, periodically send an XMPP message from this client with an empty message |
|
|
|
Auto-remove users from buddy list. |
|
|
|
|
|
Auto-register users bfrom buddy list |
|
|
|
|
Whether to automatically accept or deny users' subscription requests |
|
|
|
|
Send incoming messages into the dialplan |
|
|
|
Default XMPP status for the client |
|
|
|
|
Manual addition of buddy to list |
Configuration Option Descriptions
timeout
Timeout (in seconds) on the message stack. 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.
autoprune
Auto-remove users from buddy list. Depending on the setup (e.g., using your personal Gtalk account for a test) this could cause loss of the contact list.
status
Can be one of the following XMPP statuses:
chat
available
away
xaway
dnd
buddy
Manual addition of buddy to the buddy list. For distributed events, these budies are automatically added in the whitelist as 'owners' of the node(s).
Import Version
This documentation was imported from Asterisk Version SVN-branch-13-r420538