Provides channels for chatting to the bot over the XMPP protocol.
An example configuration can be seen below.
xmpp: {
connection: {
jid: '[email protected]',
password: 'password',
host: 'server.hostname.com',
port: 5222
}
}
Can be a single server definition or an array or server definitions.
Jabber ID to connect with.
Password for Jabber ID.
Hostname of the chat server. Only required if the hostname isn't part of the Jabber ID.
Port of the chat server. Defaults to 5222.
The interval in milliseconds to ping the chat server. Defaults to 15 seconds.