Provides channels for chatting to the bot over Google Talk.
An example configuration can be seen below.
"google-talk": {
connections: [
{
jid: '[email protected]',
password: 'password',
host: 'server.hostname.com',
port: 5222,
keepalive: 1500
}
]
}
An array of connection settings.
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.