diff options
author | Badlop <badlop@process-one.net> | 2009-01-12 18:41:46 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-01-12 18:41:46 +0000 |
commit | b3328c08a6604087c8197ad80a1485460ce4fea9 (patch) | |
tree | 6c4062a13e22f3d5e374bab2c377f6a20f3c20c9 /doc | |
parent | * src/odbc/ejabberd_odbc.erl: Fixed processing of UPDATE results (diff) |
* doc/guide.tex: Fix some English strings: JID -> Jabber ID;
jabberd 1.4 -> jabberd14; commited -> committed
* src/*/*.erl: Likewise
* src/msgs/*.msg: Likewise
* src/msgs/*.po: Likewise
SVN Revision: 1810
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 49b270f1..6e2422af 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1004,8 +1004,8 @@ In this example, the following configuration defines that: {{s2s_host,"jabber.example.org"}, allow}. {{s2s_host,"example.com"}, allow}. \end{verbatim} -Note, that for \ind{jabberd 1.4}jabberd 1.4- or \ind{WPJabber}WPJabber-based -services you have to make the transports log and do \ind{XDB}XDB by themselves: +Note, that for services based in \ind{jabberd14}jabberd14 or \ind{WPJabber}WPJabber +you have to make the transports log and do \ind{XDB}XDB by themselves: \begin{verbatim} <!-- You have to add elogger and rlogger entries here when using ejabberd. @@ -1028,7 +1028,7 @@ services you have to make the transports log and do \ind{XDB}XDB by themselves: <xdb id="xdb"> <host/> <load> - <!-- this is a lib of wpjabber or jabberd --> + <!-- this is a lib of wpjabber or jabberd14 --> <xdb_file>/usr/lib/jabber/xdb_file.so</xdb_file> </load> <xdb_file xmlns="jabber:config:xdb_file"> |