1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
.TH JSONBOT 1 "22 Nov 2011" "Debian GNU/Linux" "jsb manual"
.SH NAME
.B jsb-sleek \- The JSONBOT Sleek (XMPP) program
.SH SYNOPSIS
JSONBOT is a remote event-driven framework for building bots that talk JSON
to each other over XMPP.
.B jsb-sleek
is the shell XMPP program using the SleekXMPP library. see http://sleekxmpp.com
.P
.B
.SH "DESCRIPTION"
.P
.B jsb-sleek
can connect to xmpp servers, join a conference and react on /msg.
.PP
.SH USAGE
.P
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
.SH "DOCUMENTATION"
See http://jsonbot.org or http://jsonbot.appspot.com/docs for more documentation
.SH "SEE ALSO"
jsb(1), jsb-backup(1), jsb-init(1), jsb-irc(1), jsb-fleet(1), jsb-stop(1),
jsb-udp(1), jsb-xmpp(1)
.SH AUTHOR
This manual page was written by Bart Thate <bthate@gmail.com>,
for the Debian GNU/Linux system (but may be used by others).
|