diff options
| author | Badlop <badlop@process-one.net> | 2010-08-21 18:56:01 +0200 |
|---|---|---|
| committer | Badlop <badlop@process-one.net> | 2010-08-21 18:56:01 +0200 |
| commit | 4b5ef8f2cefbddfaa468fe30a0a205da51b330d2 (patch) | |
| tree | 8a593d1e6802cd5ae759b8bfd4c05d78c4d6f4ba /doc/guide.html | |
| parent | Bugfix http-poll for correctly parsing binary (thanks to Peter Lemenkov) (diff) | |
Add mod_pubsub_odbc to list of ODBC modules (EJAB-1293)
Diffstat (limited to 'doc/guide.html')
| -rw-r--r-- | doc/guide.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guide.html b/doc/guide.html index 57873a873..50cdca74a 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1944,8 +1944,8 @@ Mnesia as backend. (see <A HREF="#database">3.2</A>) as backend. </LI><LI CLASS="li-itemize">‘_ldap’, this means that the module needs an LDAP server as backend. </LI></UL><P>If you want to, -it is possible to use a relational database to store pieces of -information. You can do this by changing the module name to a name with an +it is possible to use a relational database to store the tables created by some ejabberd modules. +You can do this by changing the module name to a name with an <TT>_odbc</TT> suffix in <TT>ejabberd</TT> config file. You can use a relational database for the following data:</P><UL CLASS="itemize"><LI CLASS="li-itemize"> Last connection date and time: Use <TT>mod_last_odbc</TT> instead of @@ -1956,6 +1956,7 @@ Last connection date and time: Use <TT>mod_last_odbc</TT> instead of </LI><LI CLASS="li-itemize">Users’ VCARD: Use <TT>mod_vcard_odbc</TT> instead of <TT>mod_vcard</TT>. </LI><LI CLASS="li-itemize">Private XML storage: Use <TT>mod_private_odbc</TT> instead of <TT>mod_private</TT>. </LI><LI CLASS="li-itemize">User rules for blocking communications: Use <TT>mod_privacy_odbc</TT> instead of <TT>mod_privacy</TT>. +</LI><LI CLASS="li-itemize">Pub-Sub nodes, items and subscriptions: Use <TT>mod_pubsub_odbc</TT> instead of <TT>mod_pubsub</TT>. </LI></UL><P>You can find more <A HREF="http://www.ejabberd.im/contributions">contributed modules</A> on the <TT>ejabberd</TT> website. Please remember that these contributions might not work or |
