mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/mod_vcard.erl: Added missed index
* doc/guide.tex: Updated (thanks to Sander Devrieze) SVN Revision: 286
This commit is contained in:
parent
2f7f3d9b00
commit
3d1ff452cb
@ -1,3 +1,11 @@
|
||||
2004-11-20 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/mod_vcard.erl: Added missed index
|
||||
|
||||
2004-11-08 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* doc/guide.tex: Updated (thanks to Sander Devrieze)
|
||||
|
||||
2004-11-05 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSL
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
<UL><LI>
|
||||
<A HREF="#htoc1">1 Introduction</A>
|
||||
<LI><A HREF="#htoc2">2 Installation</A>
|
||||
<LI><A HREF="#htoc2">2 Installation from Source</A>
|
||||
<UL><LI>
|
||||
<A HREF="#htoc3">2.1 Installation Requirements</A>
|
||||
<UL><LI>
|
||||
@ -68,7 +68,7 @@
|
||||
<LI><A HREF="#htoc21">3.2.2 <TT>ejabberdctl</TT> tool</A>
|
||||
</UL>
|
||||
</UL>
|
||||
<LI><A HREF="#htoc22">4 Distribution</A>
|
||||
<LI><A HREF="#htoc22">4 Clustering</A>
|
||||
<UL><LI>
|
||||
<A HREF="#htoc23">4.1 How it works</A>
|
||||
<UL><LI>
|
||||
@ -83,8 +83,8 @@
|
||||
<UL><LI>
|
||||
<A HREF="#htoc30">A.1 Common Options</A>
|
||||
<UL><LI>
|
||||
<A HREF="#htoc31">A.1.1 Option <TT>iqdisc</TT></A>
|
||||
<LI><A HREF="#htoc32">A.1.2 Option <TT>host</TT></A>
|
||||
<A HREF="#htoc31">A.1.1 <TT>iqdisc</TT></A>
|
||||
<LI><A HREF="#htoc32">A.1.2 <TT>host</TT></A>
|
||||
</UL>
|
||||
<LI><A HREF="#htoc33">A.2 <TT>mod_announce</TT></A>
|
||||
<LI><A HREF="#htoc34">A.3 <TT>mod_configure</TT></A>
|
||||
@ -134,7 +134,7 @@ Works on most of popular platforms: *nix (tested on Linux, FreeBSD and
|
||||
<LI>Built-in web-based administration interface
|
||||
<LI>Built-in <A HREF="http://www.jabber.org/jeps/jep-0025.html">HTTP Polling</A> service
|
||||
<LI>SSL support
|
||||
<LI>Support for LDAP authentification
|
||||
<LI>Support for LDAP authentication
|
||||
<LI>Ability to interface with external components (JIT, MSN-t, Yahoo-t, etc.)
|
||||
<LI>Migration from jabberd14 is possible
|
||||
<LI>Mostly XMPP-compliant
|
||||
@ -145,11 +145,11 @@ Works on most of popular platforms: *nix (tested on Linux, FreeBSD and
|
||||
The misfeatures of <TT>ejabberd</TT> are:
|
||||
<UL><LI>
|
||||
No support for virtual domains
|
||||
<LI>No support for authentification and STARTTLS in S2S connections
|
||||
<LI>No support for authentication and STARTTLS in S2S connections
|
||||
</UL>
|
||||
<!--TOC section Installation-->
|
||||
<!--TOC section Installation from Source-->
|
||||
|
||||
<H2><A NAME="htoc2">2</A> Installation</H2><!--SEC END -->
|
||||
<H2><A NAME="htoc2">2</A> Installation from Source</H2><!--SEC END -->
|
||||
|
||||
<A NAME="sec:installation"></A>
|
||||
<!--TOC subsection Installation Requirements-->
|
||||
@ -653,7 +653,7 @@ with such config:
|
||||
]
|
||||
}.
|
||||
</PRE>you should enter URL <CODE>http://example.org:5280/admin/</CODE>. After
|
||||
authentification you should see something like in figure <A HREF="#fig:webadmmain">1</A>.
|
||||
authentication you should see something like in figure <A HREF="#fig:webadmmain">1</A>.
|
||||
<BLOCKQUOTE><DIV ALIGN=center><DIV ALIGN=center><HR WIDTH="80%" SIZE=2></DIV>
|
||||
|
||||
<IMG SRC="webadmmain.png">
|
||||
@ -695,11 +695,11 @@ Available commands:
|
||||
Example:
|
||||
ejabberdctl ejabberd@host restart
|
||||
</PRE>
|
||||
<!--TOC section Distribution-->
|
||||
<!--TOC section Clustering-->
|
||||
|
||||
<H2><A NAME="htoc22">4</A> Distribution</H2><!--SEC END -->
|
||||
<H2><A NAME="htoc22">4</A> Clustering</H2><!--SEC END -->
|
||||
|
||||
<A NAME="sec:distribution"></A>
|
||||
<A NAME="sec:clustering"></A>
|
||||
<!--TOC subsection How it works-->
|
||||
|
||||
<H3><A NAME="htoc23">4.1</A> How it works</H3><!--SEC END -->
|
||||
@ -842,9 +842,9 @@ domain.<BR>
|
||||
The following options are used by many modules, so they are described in
|
||||
separate section.<BR>
|
||||
<BR>
|
||||
<!--TOC subsubsection Option <TT>iqdisc</TT>-->
|
||||
<!--TOC subsubsection <TT>iqdisc</TT>-->
|
||||
|
||||
<H4><A NAME="htoc31">A.1.1</A> Option <TT>iqdisc</TT></H4><!--SEC END -->
|
||||
<H4><A NAME="htoc31">A.1.1</A> <TT>iqdisc</TT></H4><!--SEC END -->
|
||||
|
||||
<A NAME="sec:modiqdiscoption"></A>
|
||||
Many modules define handlers for processing IQ queries of different namespaces
|
||||
@ -875,9 +875,9 @@ Example:
|
||||
...
|
||||
]}.
|
||||
</PRE>
|
||||
<!--TOC subsubsection Option <TT>host</TT>-->
|
||||
<!--TOC subsubsection <TT>host</TT>-->
|
||||
|
||||
<H4><A NAME="htoc32">A.1.2</A> Option <TT>host</TT></H4><!--SEC END -->
|
||||
<H4><A NAME="htoc32">A.1.2</A> <TT>host</TT></H4><!--SEC END -->
|
||||
|
||||
<A NAME="sec:modhostoption"></A>
|
||||
This option explicitly defines hostname for the module which acts as a service.<BR>
|
||||
@ -1190,8 +1190,6 @@ Options:
|
||||
<B><TT>iqdisc</TT></B><DD> <TT>http://jabber.org/protocol/stats</TT> IQ queries processing
|
||||
discipline (see <A HREF="#sec:modiqdiscoption">A.1.1</A>).
|
||||
</DL>
|
||||
TBD about access.<BR>
|
||||
<BR>
|
||||
<!--TOC subsection <TT>mod_time</TT>-->
|
||||
|
||||
<H3><A NAME="htoc48">A.17</A> <TT>mod_time</TT></H3><!--SEC END -->
|
||||
|
@ -132,7 +132,7 @@ The misfeatures of \ejabberd{} are:
|
||||
\end{itemize}
|
||||
|
||||
|
||||
\section{Installation}
|
||||
\section{Installation from Source}
|
||||
\label{sec:installation}
|
||||
|
||||
\subsection{Installation Requirements}
|
||||
@ -695,8 +695,8 @@ Example:
|
||||
|
||||
|
||||
|
||||
\section{Distribution}
|
||||
\label{sec:distribution}
|
||||
\section{Clustering}
|
||||
\label{sec:clustering}
|
||||
|
||||
|
||||
\subsection{How it works}
|
||||
@ -846,7 +846,7 @@ domain.
|
||||
The following options are used by many modules, so they are described in
|
||||
separate section.
|
||||
|
||||
\subsubsection{Option \option{iqdisc}}
|
||||
\subsubsection{\option{iqdisc}}
|
||||
\label{sec:modiqdiscoption}
|
||||
|
||||
Many modules define handlers for processing IQ queries of different namespaces
|
||||
@ -879,7 +879,7 @@ Example:
|
||||
]}.
|
||||
\end{verbatim}
|
||||
|
||||
\subsubsection{Option \option{host}}
|
||||
\subsubsection{\option{host}}
|
||||
\label{sec:modhostoption}
|
||||
|
||||
This option explicitly defines hostname for the module which acts as a service.
|
||||
@ -1184,8 +1184,6 @@ Options:
|
||||
\iqdiscitem{\ns{http://jabber.org/protocol/stats}}
|
||||
\end{description}
|
||||
|
||||
TBD about access.
|
||||
|
||||
|
||||
\subsection{\modtime{}}
|
||||
\label{sec:modtime}
|
||||
|
@ -47,6 +47,7 @@ start(Opts) ->
|
||||
mnesia:create_table(vcard_search,
|
||||
[{disc_copies, [node()]},
|
||||
{attributes, record_info(fields, vcard_search)}]),
|
||||
mnesia:add_table_index(vcard_search, luser),
|
||||
mnesia:add_table_index(vcard_search, lfn),
|
||||
mnesia:add_table_index(vcard_search, lfamily),
|
||||
mnesia:add_table_index(vcard_search, lgiven),
|
||||
|
Loading…
Reference in New Issue
Block a user