diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.html | 6 | ||||
-rw-r--r-- | doc/guide.tex | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/doc/guide.html b/doc/guide.html index a61d0893c..8012e5b76 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1410,7 +1410,7 @@ with: <A NAME="modannounce"></A> </P><P>This module enables configured users to broadcast announcements and to set the message of the day (MOTD). Configured users can do these actions with their -Jabber client by sending messages to specific JIDs. These JIDs are listed in +Jabber client using Ad-hoc commands or by sending messages to specific JIDs. These JIDs are listed in next paragraph. The first JID in each entry will apply only to the virtual host <TT>example.org</TT>, while the JID between brackets will apply to all virtual hosts: @@ -1463,7 +1463,9 @@ Only administrators can send announcements: {mod_announce, [{access, announce}]}, ... ]}. -</PRE></LI></UL><!--TOC subsection <TT>mod_disco</TT>--> +</PRE></LI></UL><P>Note that <TT>mod_announce</TT> can be resource intensive on large +deployments as it can broadcast lot of messages. This module should be +disabled for instances of ejabberd with hundreds of thousands users.</P><!--TOC subsection <TT>mod_disco</TT>--> <H3 CLASS="subsection"><!--SEC ANCHOR --><A NAME="htoc33">3.3.4</A>  <TT>mod_disco</TT></H3><!--SEC END --><P> <A NAME="moddisco"></A> </P><P>This module adds support for Service Discovery (<A HREF="http://www.xmpp.org/extensions/xep-0030.html">XEP-0030</A>). With diff --git a/doc/guide.tex b/doc/guide.tex index 8d8c1f0d8..ed608075b 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1744,7 +1744,7 @@ Examples: This module enables configured users to broadcast announcements and to set the message of the day (MOTD). Configured users can do these actions with their -\Jabber{} client by sending messages to specific JIDs. These JIDs are listed in +\Jabber{} client using Ad-hoc commands or by sending messages to specific JIDs. These JIDs are listed in next paragraph. The first JID in each entry will apply only to the virtual host \jid{example.org}, while the JID between brackets will apply to all virtual hosts: @@ -1790,7 +1790,7 @@ Examples: ]}. \end{verbatim} \item Administrators as well as the direction can send announcements: - \begin{verbatim} +\begin{verbatim} {acl, direction, {user, "big_boss", "example.org"}}. {acl, direction, {user, "assistant", "example.org"}}. {acl, admins, {user, "admin", "example.org"}}. @@ -1807,6 +1807,10 @@ Examples: \end{verbatim} \end{itemize} +Note that \modannounce{} can be resource intensive on large +deployments as it can broadcast lot of messages. This module should be +disabled for instances of ejabberd with hundreds of thousands users. + \subsection{\moddisco{}} \label{moddisco} \ind{modules!\moddisco{}}\ind{protocols!XEP-0030: Service Discovery}\ind{protocols!XEP-0011: Jabber Browsing}\ind{protocols!XEP-0094: Agent Information} |