2086
|
1 libjabber 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 This Package Is
|
|
38
|
|
39 Currently, libjabber provides Jabber server software with various
|
|
40 library functions.
|
|
41
|
|
42
|
|
43 2. Getting Things Installed
|
|
44
|
|
45 2.1. Dependencies
|
|
46
|
|
47 Apart from your standard UNIX fare, this package is dependent on the
|
|
48 following:
|
|
49
|
|
50 o libxode, available from http://download.jabber.org/
|
|
51
|
|
52 2.2. Compilation and Installation
|
|
53
|
|
54 To install as super user do the following in the libjabber root directory:
|
|
55
|
|
56 ______________________________________________________________________
|
|
57 ./configure
|
|
58 make
|
|
59 (become root)
|
|
60 make install
|
|
61 ldconfig
|
|
62 ______________________________________________________________________
|
|
63
|
|
64 2.3. Problems/Bugs
|
|
65
|
|
66 Submit bug reports at http://bugs.jabber.org.
|
|
67
|
|
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.
|
|
71
|
|
72
|
|
73 3. Jabber Information
|
|
74
|
|
75 3.1. General Information
|
|
76
|
|
77 For general information about Jabber, including a quick introduction
|
|
78 to Jabber concepts, see the FAQ at http://docs.jabber.org/.
|
|
79
|
|
80 3.2. Developer Information
|
|
81
|
|
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.
|
|
85
|
|
86 You may want to delve into the internals of the Jabber project at
|
|
87 http://docs.jabber.org/ and http://protocol.jabber.org/.
|
|
88
|
|
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).
|