Skip to content

jarvis-js/dobot-module-xmpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XMPP

Provides channels for chatting to the bot over the XMPP protocol.

Configuration

An example configuration can be seen below.

xmpp: {
	connection: {
		jid: '[email protected]',
		password: 'password',
		host: 'server.hostname.com',
		port: 5222
	}
}

connection

Can be a single server definition or an array or server definitions.

jid

Jabber ID to connect with.

password

Password for Jabber ID.

[host]

Hostname of the chat server. Only required if the hostname isn't part of the Jabber ID.

[port]

Port of the chat server. Defaults to 5222.

[keepAlive]

The interval in milliseconds to ping the chat server. Defaults to 15 seconds.

About

XMPP adapter for DoBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published