~ubuntu-branches/ubuntu/oneiric/jabberd2/oneiric-security

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Nicolai Spohrer
  • Date: 2008-08-12 16:13:43 UTC
  • mfrom: (1.1.3 upstream) (0.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20080812161343-6trz3r97dtevxd17
Tags: 2.2.1-1ubuntu1
* Merge with Debian unstable (LP: #257130), remaining changes:
  - debian/control:
    + Modify Maintainer field as per spec
    + Depend on libdb4.6-dev instead of libdb4.4-dev
    + Added Conflicts and Replaces: ..., jabber for jabberd2
  - debian/rules: Added libtoolize call (jabberd2 ships with
     an older ltmain.sh version that conflicts with the
     current libtool version)
  - debian/init: create /var/run/jabber directory with correct
     permissions
* Dropped changes:
  - Debian already depends on libpq-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
README for Jabber Open Source Server (2.0s11)
 
1
README for Jabber Open Source Server (2.2)
2
2
 
3
 
Thanks for downloading jabberd 2.0. Below are some basic instructions to
 
3
Thanks for downloading jabberd 2.2. Below are some basic instructions to
4
4
get you started. Complete documentation is available at
5
 
http://jabberd.jabberstudio.org/2/docs/
 
5
http://jabberd2.xiaoka.com/
6
6
 
7
7
-- the jabberd team
8
8
 
9
9
 
 
10
Required packages:
 
11
 
 
12
 - expat - XML parsing libraries
 
13
     http://expat.sourceforge.net/
 
14
 - GnuSASL (0.2.26 or higher) - Simple Authentication and Security Layer library
 
15
     http://www.gnu.org/software/gsasl/
 
16
     (please see contrib/ subdir for an important patch)
 
17
 - UDNS - asynchronous DNS resolver library
 
18
     http://www.corpit.ru/mjt/udns.html
 
19
 
10
20
Optional packages:
11
21
 
12
22
 - GNU Libidn (0.3.0 or higher) - needed for JID canonicalisation
13
23
     http://www.gnu.org/software/libidn/
14
24
 - OpenSSL (0.9.6b or higher) - needed for SSL/TLS support
15
25
     http://www.openssl.org/news/
 
26
 - zlib (1.2.3 or higher) - needed for stream compression
 
27
     http://www.zlib.net/
16
28
 - Berkeley DB (4.1.24 or higher)
17
29
     http://www.sleepycat.com/download/
18
30
 - OpenLDAP (2.1.0 or higher)
19
31
     http://www.openldap.org/software/download/
20
 
 - PostgresSQL (development libraries and headers)
 
32
 - PostgresSQL (8.0 or higher; development libraries and headers)
21
33
     http://www.postgresql.org/
22
 
 - MySQL (development libraries and headers)
 
34
 - MySQL (5.0 or higher; development libraries and headers)
23
35
     http://www.mysql.com/
24
36
 - PAM
25
37
     http://www.linux-pam.org/  (for Linux)
 
38
 - SQLite (3.0 or higher)
 
39
     http://www.sqlite.org/
26
40
 
27
41
 
28
42
Build:
51
65
  --enable-db (default: disabled)
52
66
      Compile Berkeley DB auth/reg/storage support
53
67
 
 
68
  --enable-sqlite (default: disabled)
 
69
      Compile SQLite storage support
 
70
 
54
71
  --enable-ldap (default: disabled)
55
72
      Compile OpenLDAP auth/reg support
56
73
 
123
140
    -D output lots of debugging info (if compiled with --enable-debug)
124
141
 
125
142
 
 
143
Upgrade:
 
144
 
 
145
  Please see UPGRADE file.
 
146
 
 
147
 
126
148
Support:
127
149
 
128
 
Documentation: http://jabberd.jabberstudio.org/2/docs/
129
 
Wiki:  http://j2.openaether.org/mediawiki
130
 
 
131
 
    Bugs to: http://j2.openaether.org/bugzilla/
132
 
Requests to: http://j2.openaether.org/bugzilla/
133
 
 
134
 
Everything else: jabberd@jabberstudio.org
135
 
 (Subscribe at http://mail.jabber.org/mailman/listinfo/jabberd
136
 
  Archives at http://mail.jabber.org/pipermail/jabberd/ )
 
150
Webpage: http://jabberd2.xiaoka.com/
 
151
Mailinglist: jabberd2@lists.xiaoka.com
 
152
 (Subscribe by sending mail to jabberd2-subscribe@jabberd2.xiaoka.com)
137
153
 
138
154
When requesting assistance, please note that the following things can
139
155
provide useful information which may assist with finding your problem:
149
165
Copyright & License:
150
166
  
151
167
 jabberd - Jabber Open Source Server
152
 
 Copyright (c) 2002-2004 Jeremie Miller, Thomas Muldowney,
153
 
                         Ryan Eatmon, Robert Norris.
 
168
 Copyright (c) 2002-2007 Jeremie Miller, Thomas Muldowney,
 
169
                         Ryan Eatmon, Robert Norris, Tomasz Sterna.
154
170
 
155
171
 This program is free software; you can redistribute it and/or modify
156
172
 it under the terms of the GNU General Public License as published by