From 0c95cf7e615a78be9df2503c8a7fd5672fd1e73d Mon Sep 17 00:00:00 2001 From: Badlop Date: Sun, 11 Jul 2010 12:14:23 +0200 Subject: [PATCH] Mention missing modules in the overview table --- doc/guide.html | 2 ++ doc/guide.tex | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/guide.html b/doc/guide.html index a0f41f8a0..d424d3a8f 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1898,6 +1898,8 @@ all entries end with a comma: mod_configureServer configuration using Ad-Hocmod_adhoc mod_discoService Discovery (XEP-0030mod_echoEchoes XMPP stanzas  +mod_http_bindXMPP over Bosh service (HTTP Binding)  +mod_http_fileserverSmall HTTP file server  mod_ircIRC transport  mod_lastLast Activity (XEP-0012mod_last_odbcLast Activity (XEP-0012)supported DB (*) diff --git a/doc/guide.tex b/doc/guide.tex index ac5fc5527..99e47b1f1 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2505,6 +2505,8 @@ The following table lists all modules included in \ejabberd{}. \hline \modconfigure{} & Server configuration using Ad-Hoc & \modadhoc{} \\ \hline \ahrefloc{moddisco}{\moddisco{}} & Service Discovery (\xepref{0030}) & \\ \hline \ahrefloc{modecho}{\modecho{}} & Echoes XMPP stanzas & \\ + \hline \ahrefloc{modhttpbind}{\modhttpbind{}} & XMPP over Bosh service (HTTP Binding) & \\ + \hline \ahrefloc{modhttpfileserver}{\modhttpfileserver{}} & Small HTTP file server & \\ \hline \ahrefloc{modirc}{\modirc{}} & IRC transport & \\ \hline \ahrefloc{modlast}{\modlast{}} & Last Activity (\xepref{0012}) & \\ \hline \ahrefloc{modlast}{\modlastodbc{}} & Last Activity (\xepref{0012}) & supported DB (*) \\