Compile
~~~~~~~
Make sure you have the source to irssi unpacked and configured.
Alternatively, you can install the irssi-dev package of your distro.
You will also need development packages of either iksemel, gcrypt
or openssl. autoconf with family are also needed.

 ./autogen.sh --with-irssi=/path/to/irssi-source
 make
 make user_install

Load in irssi
~~~~~~~~~~~~~
 /LOAD jabber
 /SERVER -jabbernet jabber jabber.org 5222 your_pass your_username

If that works you can put that things in your config file.
Add to chatnets section:

 jabbernet = { type = "JABBER"; nick = "your_username"; };

and this to servers section

 { address = "jabber.org"; chatnet = "jabbernet"; password = "your_pass"; }

Now you should be able to connect by simply writing

 /LOAD jabber
 /CONNECT jabbernet

You can also specify your full JID as nick. This allows you to use a different
IP address to connect to, and change the resource setting.

Register
~~~~~~~~
This client is not yet capable of registering user or agent.
Please do that with another client.

Commands
~~~~~~~~
Where it says nick, you can either enter the nick of someone in your
roster, or a full JID.

/MSG nick message
	Send message to a person.
/QUERY nick
	Start a query with a person.
/JOIN beginners@conference.jabber.org
	Join a chatroom, the nick will be your default nick
/ROSTER
	Display your roster. That is, the mapping between nicks and JIDs.
/ROSTER jid nick
	Add one buddy to your roster.
/ROSTER nick
	Remove a buddy from your roster.
/AWAY {na|away|dnd|chatty}
	Set your status to Not Available/Away/Do Not Disturb/Free For Chat.
/AWAY message
	Set your status to Away, with an away message.
/AWAY
	Set your status to Online.
/WATCH nick
	Subscribe for notifications. You will recieve away status changes if the
	other party accepts it.
/UNWATCH nick
	Don't recieve away status changes from this nick.
/WHOIS nick
	Display user info. (vCard)
	Also displays away status if subscribed on.
/WHOIS
	Display your own user info. (vCard)
/QUOTE <presence to="icq.acc.umu.se/registered"/>
	Send raw XML data to the server (ascii only).

Known bugs:
~~~~~~~~~~~
Because of different resources are not tracked, a JID can be shown as
offline even if some other resource is still online.

Future:
~~~~~~~
Strip trailing whitespace.
Make all printtext's to configurable format strings.
Add chatrooms. (partly done)

first revision done 4 June 2002.
more work done 28 Feb 2003.
Chistian Hggstrm, 5 Sep 2004, Email me: c00chm@cs.umu.se
