mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
brokerbrokerschatejabberderlanggroupchatiotjabberjabber-servermessagingmqttpubsubserversipsip-serverstunturnvoipxmpp
c3c782d882
* src/ejabberd_local.erl: Support for IQ responses * src/jlib.erl: Added iq_query_or_response_info/1 function * src/jlib.hrl: Added NS_PUBSUB_ERRORS and NS_CAPS * src/mod_pubsub/Makefile.in: New pubsub+pep implementation (thanks to Christophe Romain and Magnus Henoch) * src/ejabberd_sm.erl: Added get_session_pid/3 function * src/ejabberd_c2s.erl: Added get_subscribed_and_online/1 function SVN Revision: 1004 |
||
---|---|---|
contrib | ||
doc | ||
examples | ||
src | ||
tools | ||
.gitignore | ||
ChangeLog | ||
COPYING | ||
README |
ejabberd - High-Performance Enterprise Instant Messaging Server Quickstart guide 0. Dependancies To build ejabberd, you need: - GNU Make - GCC - libexpat 1.95 or higher - Erlang/OTP R9C-2 or higher - OpenSSL 0.9.6 or higher (optional) - Zlib 1.2.3 or higher (optional) - GNU Iconv 1.8 or higher (optional, not needed on systems with GNU libc) 1. Build and install on *nix systems To build ejabberd, please go into the src directory and type the following commands: ./configure && make sudo make install These commands will: - install a startup script into the directory /usr/sbin, - install ejabberd into the directory /var/lib/ejabberd, - install the configuration file into /etc/ejabberd, - create a directory called /var/log/ejabberd to store log files. Note: "sudo make install" means that the "make install" command should be run with system administrator rights (root). 2. Run To run ejabberd, type the following command: erl -pa /var/lib/ejabberd/ebin -sname ejabberd -s ejabberd For detailled informations, please refer to: http://www.process-one.net/en/projects/ejabberd/docs/guide_en.html