Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2005-12-13 19:53:26 +0300
committerMickaël Rémond <mickael.remond@process-one.net>2005-12-13 19:53:26 +0300
commit8bc7f768de3b30f0d69bc564443e440bf936ba70 (patch)
treee006ed221601d038b066757eb21996beb1aadf5f /doc
parent7e70badf2366f1a2e1ef87477e2bafe35d5bb7eb (diff)
fixed typos:
SVN Revision: 462
Diffstat (limited to 'doc')
-rw-r--r--doc/release_notes_1.0.0.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/release_notes_1.0.0.txt b/doc/release_notes_1.0.0.txt
index a469ebe59..16f244fd3 100644
--- a/doc/release_notes_1.0.0.txt
+++ b/doc/release_notes_1.0.0.txt
@@ -4,8 +4,8 @@
This document describes the main changes in ejabberd 1.0.0. This version is
compliant with the XMPP (eXtensible Messaging and Presence Protocol)
- standard. ejabberd is the first Open Source server to fully comply to the
- XMPP standard.
+ standard. ejabberd is the first Open Source server claiming to fully
+ comply to the XMPP standard.
The code can be downloaded from the Process-one website:
http://www.process-one.net/en/projects/ejabberd/
@@ -55,8 +55,10 @@ Web interface
Transports
- - A transport workaround can be enabled with the compile time option:
- --enable-roster-gateway-workaround
+ - A transport workaround can be enabled with the compile time option. You
+ can pass the "--enable-roster-gateway-workaround" option to the configure
+ script. For example:
+ ./configure --enable-roster-gateway-workaround
This option allows to add items with subscription "to" in roster by
sending <presence type='subscribed'/> stanza to user. This option is
needed for JIT ICQ transport.
@@ -92,7 +94,6 @@ Migration
- System migrating from a previous ODBC based install will need to change
their relational database schema. The following SQL commands must be run
on the database:
- ;; To update from previous table definition:
CREATE SEQUENCE spool_seq_seq;
ALTER TABLE spool ADD COLUMN seq integer;
ALTER TABLE spool ALTER COLUMN seq SET DEFAULT nextval('spool_seq_seq');