XMPP API Parameters
All parameters are optional.
Parameter |
Description |
Notes |
---|---|---|
xmppEnabled |
Identifies whether this XMPP configuration is enabled or disabled. |
Boolean. Default is false. |
xmppHost |
The IP address or hostname of the XMPP server. |
String. |
xmppPort |
The XMPP port number. The default port is 5222. |
Integer. Not used if xmppServiceLookup is set to true. |
xmppService |
The xmpp service lookup name. |
String. |
xmppServiceLookup |
If this flag is true, the xmppService field will be used to perform a DNS Service lookup for the XMPP Service; otherwise the xmppHost and xmppPort will be used to directly connect to the XMPP server. |
Boolean. Default is true. |
xmppServiceUserName |
The username used to log into the XMPP server. |
String. |
xmppServicePassword |
The password used to log into the XMPP server. |
String. |