| 1 |
libxode README |
|---|
| 2 |
Jabber Documentation Team |
|---|
| 3 |
March 27, 2000 |
|---|
| 4 |
____________________________________________________________ |
|---|
| 5 |
|
|---|
| 6 |
Table of Contents |
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
1. Introduction |
|---|
| 10 |
|
|---|
| 11 |
1.1 General |
|---|
| 12 |
1.2 What This Package Is |
|---|
| 13 |
|
|---|
| 14 |
2. Getting Things Installed |
|---|
| 15 |
|
|---|
| 16 |
2.1 Dependencies |
|---|
| 17 |
2.2 Compilation and Installation |
|---|
| 18 |
2.3 Problems/Bugs |
|---|
| 19 |
|
|---|
| 20 |
3. Jabber Information |
|---|
| 21 |
|
|---|
| 22 |
3.1 General Information |
|---|
| 23 |
3.2 Developer Information |
|---|
| 24 |
______________________________________________________________________ |
|---|
| 25 |
|
|---|
| 26 |
1. Introduction |
|---|
| 27 |
|
|---|
| 28 |
1.1. General |
|---|
| 29 |
|
|---|
| 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. |
|---|
| 33 |
|
|---|
| 34 |
Copyright information can be found in each package directory in the |
|---|
| 35 |
files "COPYRIGHT" and "COPYING." |
|---|
| 36 |
|
|---|
| 37 |
1.2. What libxode is |
|---|
| 38 |
|
|---|
| 39 |
libxode provides a library of XML, memory, and string helper functions. |
|---|
| 40 |
|
|---|
| 41 |
Jabber server software uses libxode extensively. |
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 |
2. Getting it Installed |
|---|
| 45 |
|
|---|
| 46 |
2.1. Dependencies |
|---|
| 47 |
|
|---|
| 48 |
Apart from the standard UNIX fare, this package isn't dependent on |
|---|
| 49 |
anything. |
|---|
| 50 |
|
|---|
| 51 |
2.2. Compilation and Installation |
|---|
| 52 |
|
|---|
| 53 |
To install as super user do the following in the libxode root directory: |
|---|
| 54 |
|
|---|
| 55 |
______________________________________________________________________ |
|---|
| 56 |
./configure |
|---|
| 57 |
make |
|---|
| 58 |
(become root) |
|---|
| 59 |
make install |
|---|
| 60 |
ldconfig |
|---|
| 61 |
______________________________________________________________________ |
|---|
| 62 |
|
|---|
| 63 |
2.3. Problems/Bugs |
|---|
| 64 |
|
|---|
| 65 |
Submit bug reports at http://bugs.jabber.org. |
|---|
| 66 |
|
|---|
| 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. |
|---|
| 70 |
|
|---|
| 71 |
|
|---|
| 72 |
3. Jabber Information |
|---|
| 73 |
|
|---|
| 74 |
3.1. General Information |
|---|
| 75 |
|
|---|
| 76 |
For general information about Jabber, including a quick introduction |
|---|
| 77 |
to Jabber concepts, see the FAQ at http://docs.jabber.org/. |
|---|
| 78 |
|
|---|
| 79 |
3.2. Developer Information |
|---|
| 80 |
|
|---|
| 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. |
|---|
| 84 |
|
|---|
| 85 |
You may want to delve into the internals of the Jabber project at |
|---|
| 86 |
http://docs.jabber.org/ and http://protocol.jabber.org/. |
|---|
| 87 |
|
|---|
| 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). |
|---|