From 5a8d99232c73e76425f49b020db2a24924c7c9ed Mon Sep 17 00:00:00 2001 From: Badlop Date: Sun, 11 Jul 2010 12:21:57 +0200 Subject: [PATCH] Mention missing modules in the overview table --- doc/guide.html | 4 +++- doc/guide.tex | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/guide.html b/doc/guide.html index 64f949bbb..4b036f02c 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1890,7 +1890,9 @@ all entries end with a comma: mod_capsEntity Capabilities (XEP-0115mod_configureServer configuration using Ad-Hocmod_adhoc mod_discoService Discovery (XEP-0030)  -mod_echoEchoes Jabber packets  +mod_echoEchoes XMPP stanzas  +mod_http_bindXMPP over Bosh service (HTTP Binding)  +mod_http_fileserverSmall HTTP file server  mod_lastLast Activity (XEP-0012mod_last_odbcLast Activity (XEP-0012)supported DB (*) mod_mucMulti-User Chat (XEP-0045)  diff --git a/doc/guide.tex b/doc/guide.tex index 8debe974d..95ad04a77 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2490,7 +2490,9 @@ The following table lists all modules included in \ejabberd{}. \hline \modcaps{} & Entity Capabilities (\xepref{0115}) & \\ \hline \modconfigure{} & Server configuration using Ad-Hoc & \modadhoc{} \\ \hline \ahrefloc{moddisco}{\moddisco{}} & Service Discovery (\xepref{0030}) & \\ - \hline \ahrefloc{modecho}{\modecho{}} & Echoes Jabber packets & \\ + \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{modlast}{\modlast{}} & Last Activity (\xepref{0012}) & \\ \hline \ahrefloc{modlast}{\modlastodbc{}} & Last Activity (\xepref{0012}) & supported DB (*) \\ \hline \ahrefloc{modmuc}{\modmuc{}} & Multi-User Chat (\xepref{0045}) & \\