]> granicus.if.org Git - ejabberd/commitdiff
update guide with simplified pubsub_odbc config
authorChristophe Romain <christophe.romain@process-one.net>
Mon, 24 Jun 2013 20:49:12 +0000 (22:49 +0200)
committerChristophe Romain <christophe.romain@process-one.net>
Mon, 24 Jun 2013 20:49:12 +0000 (22:49 +0200)
doc/guide.html
doc/guide.tex

index 67d88478e4a8e433b8a99048b21c3903a82777e4..c9827def04e56a9f8ac2ab8d65bbfbd88a0dfb9a 100644 (file)
@@ -3034,14 +3034,14 @@ The following example will use node_tune instead of node_pep for every PEP node
                ]},
   ...
  ]}.
-</PRE><P>Using ODBC database requires use of dedicated plugins. The following example shows previous configuration
-with ODBC usage:
+</PRE><P>Using ODBC database requires using mod_pubsub_odbc without option changes. Only flat, hometree and pep plugins supports ODBC.
+The following example shows previous configuration with ODBC usage:
 </P><PRE CLASS="verbatim">{modules,
  [
   ...
   {mod_pubsub_odbc, [
                 {access_createnode, pubsub_createnode},
-                {plugins, ["flat_odbc", "hometree_odbc", "pep_odbc"]}
+                {plugins, ["flat", "hometree", "pep"]}
                ]},
   ...
  ]}.
index 5ec3a2ed45db52841f622975b3cb3ccd970fac1a..6f110cd961737b079959e8eb62e81c967a920b37 100644 (file)
@@ -3903,15 +3903,15 @@ Example of configuration that uses flat nodes as default, and allows use of flat
  ]}.
 \end{verbatim}
 
-Using ODBC database requires use of dedicated plugins. The following example shows previous configuration
-with ODBC usage:
+Using ODBC database requires using mod\_pubsub\_odbc without option changes. Only flat, hometree and pep plugins supports ODBC.
+The following example shows previous configuration with ODBC usage:
 \begin{verbatim}
 {modules,
  [
   ...
   {mod_pubsub_odbc, [
                 {access_createnode, pubsub_createnode},
-                {plugins, ["flat_odbc", "hometree_odbc", "pep_odbc"]}
+                {plugins, ["flat", "hometree", "pep"]}
                ]},
   ...
  ]}.