SYNOPSIS
JSONBOT is a remote event-driven framework for building bots that talk JSON to each other over XMPP. jsb-sleek is the shell XMPP program using the SleekXMPP library. see http://sleekxmpp.com
DESCRIPTION
jsb-sleek can connect to xmpp servers, join a conference and react on /msg.
USAGE
Usage: jsb-sleek [options]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-r PATH resume the bot from the folder specified
-d DATADIR, --datadir=DATADIR
datadir of the bot
-u USER, --user=USER JID of the bot
-o OWNER, --owner=OWNER
owner of the bot
-s SERVER, --server=SERVER
server to connect to (irc)
-c CHANNEL, --channel=CHANNEL
channel to join
-l LOGLEVEL, --loglevel=LOGLEVEL
loglevel of the bot
-p PASSWORD, --password=PASSWORD
set password used to connect to the server
--name=NAME bot's name
--port=PORT set port of server to connect to
--save save to config file
-n NICK, --nick=NICK nick of the bot
AUTHOR
This manual page was written by Bart Thate <[email protected]>, for the Debian GNU/Linux system (but may be used by others).