Go to file
Magnus Henoch 15e7381340 change dependencies 2004-04-03 20:17:47 +00:00
debian change dependencies 2004-04-03 20:17:47 +00:00
README Update version number. Update URL. 2004-04-03 15:50:46 +00:00
jabber-ahc-presence.el Rename jabber-same-jid, move to jabber-util.el 2004-03-13 11:33:25 +00:00
jabber-ahc.el Support <action/> node in client. Hope this works, have nothing to test it against... 2004-03-31 09:30:09 +00:00
jabber-alert.el Linting, requiring internal dependencies, etc 2004-03-29 20:07:52 +00:00
jabber-browse.el Linting, requiring internal dependencies, etc 2004-03-29 20:07:52 +00:00
jabber-chat.el Centralize keymap 2004-03-29 23:13:47 +00:00
jabber-core.el jabber-process-presence is already added to jabber-presence-chain in jabber-presence.el 2004-04-02 19:27:56 +00:00
jabber-disco.el Load menu before setting it 2004-04-03 09:01:08 +00:00
jabber-iq.el Centralize keymap 2004-03-29 23:13:47 +00:00
jabber-keymap.el Centralize keymap 2004-03-29 23:13:47 +00:00
jabber-logon.el Linting, requiring internal dependencies, etc 2004-03-29 20:07:52 +00:00
jabber-menu.el Split complete. 2004-03-02 13:08:25 +00:00
jabber-muc.el Split complete. 2004-03-02 13:08:25 +00:00
jabber-presence.el Linting, requiring internal dependencies, etc 2004-03-29 20:07:52 +00:00
jabber-register.el Split complete. 2004-03-02 13:08:25 +00:00
jabber-roster.el Centralize keymap 2004-03-29 23:13:47 +00:00
jabber-search.el Move x:data search result handling to jabber-widget.el. 2004-03-03 19:24:58 +00:00
jabber-version.el Linting, requiring internal dependencies, etc 2004-03-29 20:07:52 +00:00
jabber-widget.el Linting, requiring internal dependencies, etc 2004-03-29 20:07:52 +00:00
jabber-xml.el Linting, requiring internal dependencies, etc 2004-03-29 20:07:52 +00:00
jabber.el Add access to documentation 2004-04-03 20:00:29 +00:00
jabber.texi ...and update nodes and menus 2004-04-02 19:36:09 +00:00

README

This is jabber.el 0.5, a Jabber client for Emacs.  If you don't know
what Jabber is, see http://www.jabber.org .

GNU Emacs
=========

jabber.el depends on GNU Emacs 21, in particular xml.el, and some
files from Gnus 5.10.  If you don't have Gnus 5.10 (M-x gnus-version
will tell), you can download sha1-el.el and hex-util.el from Gnus CVS
at http://quimby.gnus.org/cgi-bin/cvsweb.cgi/gnus/lisp/ .

XEmacs
======

You need an XEmacs with Mule support, and recent versions of the gnus,
net-utils and mule-ucs packages.  jabber.el basically works on XEmacs,
but some features are missing (in particular mouse support).  Testing
and patches are very welcome.

Installation
============
To install, put all .el files somewhere in your load-path (or have
your load-path include the directory they're in) and put
(require 'jabber) in your .emacs file.  To install the Info
documentation, copy jabber.info to /usr/local/info and run
"install-info /usr/local/info/jabber.info".

Usage
=====
To start using it, type M-x jabber-customize and set your username and
server.  Then, type M-x jabber-connect to connect (with prefix
argument, register new account) and M-x jabber-send-presence to send
presence (when asked for "show", an empty string means "online", and
the other choices can be found via tab completion).

Your roster is displayed in a buffer called *-jabber-*.  To
disconnect, type M-x jabber-disconnect.

For a less terse description, read the enclosed manual.


WWW: http://emacs-jabber.sourceforge.net