[gaim-migrate @ 3063]
[pidgin-git.git] / src / protocols / jabber / README.libxode
blob023ae69a5d7a41edb14161fb90b60c8334b23fa9
1   libxode 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 libxode is
39   libxode provides a library of XML, memory, and string helper functions.
41   Jabber server software uses libxode extensively.
44   2.  Getting it Installed
46   2.1.  Dependencies
48   Apart from the standard UNIX fare, this package isn't dependent on
49   anything.
51   2.2.  Compilation and Installation
53   To install as super user do the following in the libxode root directory:
55   ______________________________________________________________________
56   ./configure
57   make
58   (become root)
59   make install
60   ldconfig
61   ______________________________________________________________________
63   2.3.  Problems/Bugs
65   Submit bug reports at http://bugs.jabber.org.
67   For additional real-time support, many members of the development team
68   frequent jabber groupchat in jdev@conference.jabber.org and irc at
69   irc.openprojects.net in #jabber.
72   3.  Jabber Information
74   3.1.  General Information
76   For general information about Jabber, including a quick introduction
77   to Jabber concepts, see the FAQ at http://docs.jabber.org/.
79   3.2.  Developer Information
81   There are many areas of Jabber that developers can contribute to.
82   Jabber encompasses many fields of expertise and anyone that is willing
83   to help can contribute.
85   You may want to delve into the internals of the Jabber project at
86   http://docs.jabber.org/ and http://protocol.jabber.org/.
88   Or maybe you would like to go ahead become a developer on the project.
89   Just go on over to http://jabber.org/ and register.  You may also
90   sign up for the main Jabber mailing list (JDEV).