mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
update guide with simplified pubsub_odbc config
This commit is contained in:
parent
277ba798fc
commit
b03bf0df9f
@ -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
|
</PRE><P>Using ODBC database requires using mod_pubsub_odbc without option changes. Only flat, hometree and pep plugins supports ODBC.
|
||||||
with ODBC usage:
|
The following example shows previous configuration with ODBC usage:
|
||||||
</P><PRE CLASS="verbatim">{modules,
|
</P><PRE CLASS="verbatim">{modules,
|
||||||
[
|
[
|
||||||
...
|
...
|
||||||
{mod_pubsub_odbc, [
|
{mod_pubsub_odbc, [
|
||||||
{access_createnode, pubsub_createnode},
|
{access_createnode, pubsub_createnode},
|
||||||
{plugins, ["flat_odbc", "hometree_odbc", "pep_odbc"]}
|
{plugins, ["flat", "hometree", "pep"]}
|
||||||
]},
|
]},
|
||||||
...
|
...
|
||||||
]}.
|
]}.
|
||||||
|
@ -3903,15 +3903,15 @@ Example of configuration that uses flat nodes as default, and allows use of flat
|
|||||||
]}.
|
]}.
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
Using ODBC database requires use of dedicated plugins. The following example shows previous configuration
|
Using ODBC database requires using mod\_pubsub\_odbc without option changes. Only flat, hometree and pep plugins supports ODBC.
|
||||||
with ODBC usage:
|
The following example shows previous configuration with ODBC usage:
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
{modules,
|
{modules,
|
||||||
[
|
[
|
||||||
...
|
...
|
||||||
{mod_pubsub_odbc, [
|
{mod_pubsub_odbc, [
|
||||||
{access_createnode, pubsub_createnode},
|
{access_createnode, pubsub_createnode},
|
||||||
{plugins, ["flat_odbc", "hometree_odbc", "pep_odbc"]}
|
{plugins, ["flat", "hometree", "pep"]}
|
||||||
]},
|
]},
|
||||||
...
|
...
|
||||||
]}.
|
]}.
|
||||||
|
Loading…
Reference in New Issue
Block a user