Quick links to releases
[emacs-jabber-www.git] / index.muse
blobbc8704282bfff966a924124eb63fdca5a725c4a0
1 #title jabber.el
3 <literal>
4 <a href="http://sourceforge.net">
5 <img border="0" src="http://sourceforge.net/sflogo.php?group_id=88346&amp;type=2" width="125" height="37" alt="SourceForge.net Logo" style="position: absolute; top: 0em; right: 0em;"></a>
6 </literal>
8 jabber.el is a Jabber client for Emacs.
10 <contents>
12 For the impatient:
14  - Latest release: [[http://sourceforge.net/project/showfiles.php?group_id=88346&package_id=92339&release_id=482983][0.7.1]] (31-Jan-2007)
15  - Latest pretest release: [[http://sourceforge.net/project/showfiles.php?group_id=88346&package_id=278300&release_id=603306][0.7.91]] (30-May-2008)
16  - Full [[list-of-releases][list of releases]], including lists of features and changes
18 External resources:
20  - [[http://sourceforge.net/projects/emacs-jabber/][Sourceforge project page]]
21  - [[http://www.emacswiki.org/cgi-bin/wiki/JabberEl][the JabberEl page of EmacsWiki]]
22  - the mailing list [[http://lists.sourceforge.net/lists/listinfo/emacs-jabber-general][emacs-jabber-general]]; also available as [[http://dir.gmane.org/gmane.emacs.jabber.general][gmane.emacs.jabber.general]] on [[http://gmane.org][Gmane]]
23  - read-only mailing list of CVS commits [[http://lists.sourceforge.net/lists/listinfo/emacs-jabber-commit][emacs-jabber-commit]]; also available as [[http://dir.gmane.org/gmane.emacs.jabber.scm][gmane.emacs.jabber.scm]] on [[http://gmane.org][Gmane]]
24  - the Jabber chat room [[xmpp:jabber.el@conference.jabber.se?join][jabber.el@conference.jabber.se]], and its [[http://www.jabber.se/muc-logs/jabber.el@conference.jabber.se/][logs]]
25  - the [[manual-0.7.1/][manual for jabber.el 0.7.1]] (also included in the release files)
27 * What is Jabber?
29 Jabber is an open instant messaging (IM) system, also known as XMPP.
30 It is described in [[http://www.xmpp.org/rfcs/][RFCs 3920-3923]] and a series of [[http://www.xmpp.org/extensions/][XEPs]] (XMPP Extension
31 Proposals).  That is, unlike legacy IM systems (such as ICQ or MSN
32 Messenger), the protocol is published in the open, free for anyone to
33 implement.  Therefore you shouldn't be surprised that there is a
34 Jabber client for Emacs, too.  (If you are not of the Emacs
35 persuasion, see this [[http://www.jabber.org/software/clients.shtml][list of Jabber clients]].)
37 Jabber is, like e-mail, a decentralised system.  A Jabber identifier
38 (JID) is of the form =username@server=, just like an e-mail address, and
39 every Jabber user whose server is open to Internet connections can
40 communicate with any other user.  This is in stark contrast to the
41 legacy "walled-garden" IM systems, where you need a separate account
42 for each system to be able to communicate with its users.  Note that
43 the [[http://talk.google.com][Google Talk]] service is an XMPP service, so if you have a GMail
44 account, you already have a JID ending with =@gmail.com=.
46 In Jabber, you have a "roster", a list of contacts.  You can see
47 which of them are online at the moment, and chat with them.  (You can
48 also send messages to an offline contact, and the message will be
49 stored on the server for later delivery.)  Jabber also supports
50 IRC-style chat rooms.
52 * What is jabber.el?
54 jabber.el is a Jabber client for Emacs.  It may seem strange to have a
55 chat client in an editor, but consider that chatting is, after all,
56 just a special case of text editing.
58 * Downloading and installing
60 ** Prepackaged
62 Note that jabber.el is available as [[http://packages.debian.org/emacs-jabber][emacs-jabber in Debian]], and in
63 [[http://packages.ubuntu.com/emacs-jabber][Ubuntu's "universe" section]].
65 ** Dependencies
67 jabber.el requires either GNU Emacs 22, or GNU Emacs 21 combined with
68 Gnus 5.10.  You should get these from your distribution, or from the
69 [[http://www.gnu.org/software/emacs/][Emacs]] and [[http://gnus.org][Gnus]] web sites.
71 However, if you want to connect to servers that use SRV records
72 (e.g. Google Talk), it is recommended to use either No Gnus or Gnus
73 5.13.
75 If you want encrypted connections (some servers, e.g. Google Talk,
76 require it), you need [[http://www.gnu.org/software/gnutls/][GnuTLS]] installed.
78 ** Downloading
80 Download the [[http://sourceforge.net/project/showfiles.php?group_id=88346&package_id=92339][latest release]] and unpack it in a suitable location.  Add
81 something like the following to your =.emacs= file:
83 <example>
84 ;; adjust this path:
85 (add-to-list 'load-path "/path/to/emacs-jabber")
86 (require 'jabber)
87 </example>
89 Either evaluate those lines, or restart Emacs.
91 ** Using
93 See the [[manual-0.7.1/Basic-operation.html][Basic Operation]] in the manual.
97 * Reporting bugs
99 Bug reports can be sent either to the mailing list
100 [[http://lists.sourceforge.net/lists/listinfo/emacs-jabber-general][emacs-jabber-general]] or to the [[http://sourceforge.net/tracker/?group_id=88346&atid=586350][bug tracker]].
103 * Latest source
105 jabber.el releases are, unfortunately, less frequent than they would
106 be in an ideal world.  You can get the latest development version
107 using various version control systems.
109 ** CVS
111 See [[http://sourceforge.net/cvs/?group_id=88346][the Sourceforge CVS page]].  In short, run the following command:
113 <example>
114 cvs -z3 -d:pserver:anonymous@emacs-jabber.cvs.sourceforge.net:/cvsroot/emacs-jabber co -P emacs-jabber
115 </example>
117 ** GNU Arch
119 The commands are:
121 <example>
122 tla register-archive http://www.dtek.chalmers.se/~henoch/archive-2005
123 tla get mange@freemail.hu--2005/emacs-jabber--cvs-head--0 emacs-jabber
124 </example>
126 If you are using Bazaar 1, substitute =baz= for =tla=.
128 ** git
130 <example>
131 git-clone git://git.catap.ru/emacs-jabber.git
132 </example>
135 * List of releases
137 The list of releases has been moved to a [[list-of-releases][separate page]].