diff options
author | Alexey Shchepin <alexey@process-one.net> | 2003-07-14 18:06:03 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2003-07-14 18:06:03 +0000 |
commit | 1834fb3a724365d804f5c863a27b720ac9bf45b9 (patch) | |
tree | d92dc73da4838b5bd2bd6e22fe4f21ca423f4874 /doc | |
parent | * doc/guide.tex: Updated (thanks to Sergei Golovan) (diff) |
* src/ejabberd_s2s_out.erl: Close connection after key
verification
* src/ejabberd_c2s.erl: start replaced with start_link
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_s2s_out.erl: Likewise
* src/ejabberd_service.erl: Likewise
* src/ejabberd_listener.erl: Now uses proc_lib to spawn listeners,
removed 3rd parameter in listener configuration (assumed to equal
start_link)
* src/ejabberd.rel: Updated
* doc/guide.tex: Small changes
* doc/Makefile: Added implicit charset specification to hevea
SVN Revision: 124
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.html | 18 | ||||
-rw-r--r-- | doc/guide.tex | 4 |
2 files changed, 14 insertions, 8 deletions
diff --git a/doc/guide.html b/doc/guide.html index ab393ed7c..241412549 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -3,11 +3,11 @@ <HTML> <HEAD><TITLE>Ejabberd Installation and Operation Guide</TITLE> -<META http-equiv="Content-Type" content="text/html; charset=KOI8-R"> +<META http-equiv="Content-Type" content="text/html; charset=ISO8859-1"> <META name="GENERATOR" content="hevea 1.06"> </HEAD> <BODY > -<!--HEVEA command line is: /usr/bin/hevea guide.tex --> +<!--HEVEA command line is: /usr/bin/hevea -charset ISO8859-1 guide.tex --> <!--HTMLHEAD--> <!--ENDHTML--> <!--PREFIX <ARG ></ARG>--> @@ -115,9 +115,9 @@ The main features of <TT>ejabberd</TT> is: <UL><LI> Works on most of popular platforms: *nix (tested on Linux and FreeBSD) and Win32 -<LI>Distributed: You may run <TT>ejabberd</TT> on a cluster of machines and all of +<LI>Distributed: You can run <TT>ejabberd</TT> on a cluster of machines and all of them will serve one Jabber domain. -<LI>Fault-tolerance: You may setup an <TT>ejabberd</TT> cluster so that all the +<LI>Fault-tolerance: You can setup an <TT>ejabberd</TT> cluster so that all the information required for a properly working service will be stored permanently on more than one node. This means that if one of the nodes crashes, then the others will continue working without disruption. @@ -211,8 +211,9 @@ TBD<BR> <OL type=1><LI> Install Erlang emulator (for example, into <CODE>C:\Program Files\erl5.1.2</CODE>). <LI>Install Expat library into <CODE>C:\Program Files\Expat-1.95.6</CODE> - directory. Copy file <CODE>C:\Program Files\Expat-1.95.6\Libs\libexpat.dll</CODE> to your Windows system directory (for - example, <CODE>C:\WINNT</CODE> or <CODE>C:\WINNT\System32</CODE>) + directory. Copy file <CODE>C:\Program Files\Expat-1.95.6\Libs\libexpat.dll</CODE> + to your Windows system directory (for example, <CODE>C:\WINNT</CODE> or + <CODE>C:\WINNT\System32</CODE>) <LI>Install Iconv library into <CODE>C:\Program Files\GnuWin32</CODE> directory. Copy file <CODE>C:\Program Files\GnuWin32\bin\libiconv-2.dll</CODE> to your Windows system directory.<BR> @@ -236,6 +237,11 @@ nmake -f Makefile.win32 werl -s ejabberd -name ejabberd </PRE><LI>Enjoy! </OL> +Some recent versions of Erlang distribution it seems have bug in crypto +application, so ejabberd could be built but users can't use digest +authentication (only plain-text). Also it seems SSL support is broken in +Windows distribution of Erlang emulator.<BR> +<BR> <!--TOC subsection Starting--> <H3><A NAME="htoc10">2.4</A> Starting</H3><!--SEC END --> diff --git a/doc/guide.tex b/doc/guide.tex index 0142437d4..0c0a6d0fe 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -64,9 +64,9 @@ The main features of \ejabberd{} is: \begin{itemize} \item Works on most of popular platforms: *nix (tested on Linux and FreeBSD) and Win32 -\item Distributed: You may run \ejabberd{} on a cluster of machines and all of +\item Distributed: You can run \ejabberd{} on a cluster of machines and all of them will serve one Jabber domain. -\item Fault-tolerance: You may setup an \ejabberd{} cluster so that all the +\item Fault-tolerance: You can setup an \ejabberd{} cluster so that all the information required for a properly working service will be stored permanently on more than one node. This means that if one of the nodes crashes, then the others will continue working without disruption. |