Go to file
Magnus Henoch 203207e168 More Debian fixes
Install filetransfer.txt as documentation.
Depend on flim, to be able to compile jabber-sasl.el.
2004-10-17 14:26:17 +00:00
debian More Debian fixes 2004-10-17 14:26:17 +00:00
README Add Wiki address to README 2004-10-17 10:48:15 +00:00
filetransfer.txt Random doc fixes 2004-10-16 18:09:26 +00:00
jabber-ahc-presence.el Remove RCS ids, add arch tags 2004-04-15 23:15:21 +00:00
jabber-ahc.el Remove RCS ids, add arch tags 2004-04-15 23:15:21 +00:00
jabber-alert.el Make most alert functions obey proposed-alert 2004-09-17 17:18:40 +00:00
jabber-browse.el Remove RCS ids, add arch tags 2004-04-15 23:15:21 +00:00
jabber-chat.el Chat buffer prompt changes 2004-10-16 09:05:38 +00:00
jabber-core.el XEmacs compatibility 2004-10-16 18:35:39 +00:00
jabber-disco.el Remove RCS ids, add arch tags 2004-04-15 23:15:21 +00:00
jabber-feature-neg.el Remove RCS ids, add arch tags 2004-04-15 23:15:21 +00:00
jabber-ft-client.el Merge support for sending files 2004-06-09 20:44:10 +00:00
jabber-ft-server.el Fix incoming file transfer 2004-06-13 14:46:12 +00:00
jabber-iq.el Remove RCS ids, add arch tags 2004-04-15 23:15:21 +00:00
jabber-keepalive.el Do first keepalive check almost immediatly 2004-06-17 21:10:17 +00:00
jabber-keymap.el Remove RCS ids, add arch tags 2004-04-15 23:15:21 +00:00
jabber-logon.el Try both sha1 and sha1-el 2004-09-14 10:35:42 +00:00
jabber-menu.el Remove RCS ids, add arch tags 2004-04-15 23:15:21 +00:00
jabber-modeline.el Pad mode line display 2004-10-10 17:12:11 +00:00
jabber-muc.el Remove RCS ids, add arch tags 2004-04-15 23:15:21 +00:00
jabber-presence.el C-k in roster deletes contact 2004-10-03 19:53:54 +00:00
jabber-register.el Remove RCS ids, add arch tags 2004-04-15 23:15:21 +00:00
jabber-roster.el C-k in roster deletes contact 2004-10-03 19:53:54 +00:00
jabber-sasl.el s/features/stream-features/ 2004-06-15 19:30:59 +00:00
jabber-search.el Remove RCS ids, add arch tags 2004-04-15 23:15:21 +00:00
jabber-si-client.el Merge support for sending files 2004-06-09 20:44:10 +00:00
jabber-si-server.el s/features/stream-features/ 2004-06-15 19:30:59 +00:00
jabber-socks5.el Handle multi-IP SOCKS5 proxies 2004-06-23 16:54:43 +00:00
jabber-util.el Fix bugs in jabber-parse-stream-error 2004-10-05 18:42:46 +00:00
jabber-version.el Revision: mange@freemail.hu--2004/emacs-jabber--cvs-head--0--patch-19 2004-05-08 19:51:31 +00:00
jabber-widget.el Remove superfluous newline in x:data forms 2004-07-04 20:36:49 +00:00
jabber-xml.el Remove form feed when escaping for XML output 2004-10-08 17:10:54 +00:00
jabber.el Chat buffer prompt changes 2004-10-16 09:05:38 +00:00
jabber.texi Random doc fixes 2004-10-16 18:09:26 +00:00

README

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

Home page: http://emacs-jabber.sourceforge.net
Project page: http://sourceforge.net/projects/emacs-jabber
Wiki page: http://www.emacswiki.org/cgi-bin/wiki/JabberEl

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 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.

SASL
====
jabber.el will use the SASL library of FLIM (Faithful Library about
Internet Message) if it's present.  If not, it will fall back to
JEP-0077 authentication.

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.

For bug reports, help requests and other feedback, use the trackers
and forums at the project page mentioned above.

File transfer
=============
This release of jabber.el contains experimental support for file
transfer.  It is not enabled by default.  See the file
filetransfer.txt for details.