[gaim-migrate @ 3063]
[pidgin-git.git] / src / protocols / jabber / README.libjabber
blob41af26c8ec1f8fb5be03ab57f84ea5a79aff5bd3
1   libjabber README
2   Jabber Documentation Team
3   March 27, 2000
4   ____________________________________________________________
6   Table of Contents
9   1. Introduction
11      1.1 General
12      1.2 What This Package Is
14   2. Getting Things Installed
16      2.1 Dependencies
17      2.2 Compilation and Installation
18      2.3 Problems/Bugs
20   3. Jabber Information
22      3.1 General Information
23      3.2 Developer Information
24   ______________________________________________________________________
26   1.  Introduction
28   1.1.  General
30   This document gives pointers for information on this package as well
31   as links to learn more about the Jabber project and about
32   participating in the project.
34   Copyright information can be found in each package directory in the
35   files "COPYRIGHT" and "COPYING."
37   1.2.  What This Package Is
39   Currently, libjabber provides Jabber server software with various
40   library functions.
43   2.  Getting Things Installed
45   2.1.  Dependencies
47   Apart from your standard UNIX fare, this package is dependent on the
48   following:
50   o  libxode, available from http://download.jabber.org/
52   2.2.  Compilation and Installation
54   To install as super user do the following in the libjabber root directory:
56   ______________________________________________________________________
57   ./configure
58   make
59   (become root)
60   make install
61   ldconfig
62   ______________________________________________________________________
63   
64   2.3.  Problems/Bugs
66   Submit bug reports at http://bugs.jabber.org.
68   For additional real-time support, many members of the development team
69   frequent jabber groupchat in jdev@conference.jabber.org and irc at
70   irc.openprojects.net in #jabber.
73   3.  Jabber Information
75   3.1.  General Information
77   For general information about Jabber, including a quick introduction
78   to Jabber concepts, see the FAQ at http://docs.jabber.org/.
80   3.2.  Developer Information
82   There are many areas of Jabber that developers can contribute to.
83   Jabber encompasses many fields of expertise and anyone that is willing
84   to help can contribute.
86   You may want to delve into the internals of the Jabber project at
87   http://docs.jabber.org/ and http://protocol.jabber.org/.
89   Or maybe you would like to go ahead become a developer on the project.
90   Just go on over to http://jabber.org/ and register.  You may also
91   sign up for the main Jabber mailing list (JDEV).