Giter Site home page Giter Site logo

ejabberd's Introduction

ejabberd - High-Performance Enterprise Instant Messaging Server 

Quickstart guide


0. Requirements

To compile ejabberd you need:
 - GNU Make
 - GCC
 - libexpat 1.95 or higher
 - Erlang/OTP R10B-9 or newer
 - OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL
   encryption. Optional, highly recommended.
 - Zlib 1.2.3 or higher, for Stream Compression support
   (XEP-0138). Optional.
 - GNU Iconv 1.8 or higher, for the IRC Transport
   (mod_irc). Optional. Not needed on systems with GNU Libc.


1. Compile and install on *nix systems

To compile ejabberd, go to the directory src/ and execute the commands:
  ./configure
  make

To install ejabberd, run this command with system administrator rights
(root user):

  sudo make install

These commands will:
 - Install a startup script: /sbin/ejabberdctl
 - Install ejabberd in /var/lib/ejabberd/
 - Install the configuration files in /etc/ejabberd/
 - Create a directory for log files: /var/log/ejabberd/


2. Start ejabberd

You can use the ejabberdctl command line administration script to
start and stop ejabberd. For example:
  ejabberdctl start


For detailed information please refer to the
ejabberd Installation and Operation Guide

ejabberd's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ejabberd's Issues

Cannot get vdata

EJabberd 16.12, using DB MySQL.

When trying ./ejabberdctl get_vcard zuev inok.local FN

Get Errors:

Problem 'error function_clause' occurred executing the command.
Stacktrace: [{fxml,get_subtag,
                 [[{xmlel,<<"vCard">>,
                       [{<<"xmlns">>,<<"vcard-temp">>},
                        {<<"prodid">>,<<"-//HandGen//NONSGML vGen v1.0//EN">>},
                        {<<"version">>,<<"2.0">>}],
                       [{xmlel,<<"N">>,[],
                            [{xmlel,<<"FAMILY">>,[],
                                 [{xmlcdata,
                                      <<208,151,209,131,208,181,208,178>>}]},
                             {xmlel,<<"GIVEN">>,[],
                                 [{xmlcdata,
                                      <<208,174,209,128,208,184,208,185>>}]}]},
                        {xmlel,<<"NICKNAME">>,[],
                            [{xmlcdata,
                                 <<208,151,209,131,208,181,208,178,32,
                                   208,174,46>>}]}]}],
                  <<"FN">>],
                 [{file,"src/fxml.erl"},{line,172}]},
             {mod_admin_extra,get_subtag,2,
                 [{file,"src/mod_admin_extra.erl"},{line,1127}]},
             {mod_admin_extra,get_vcard_content,3,
                 [{file,"src/mod_admin_extra.erl"},{line,1102}]},
             {mod_admin_extra,get_vcard,3,
                 [{file,"src/mod_admin_extra.erl"},{line,1079}]},
             {ejabberd_ctl,call_command,4,
                 [{file,"src/ejabberd_ctl.erl"},{line,329}]},
             {ejabberd_ctl,try_call_command,4,
                 [{file,"src/ejabberd_ctl.erl"},{line,298}]},
             {ejabberd_ctl,process2,4,
                 [{file,"src/ejabberd_ctl.erl"},{line,247}]},
             {ejabberd_ctl,process,2,
                 [{file,"src/ejabberd_ctl.erl"},{line,225}]}]

Wrong translation in German language

At the moment in the German language file there is an error in the translation and I can understand why it was made. It's in the line

{"Default users as participants", "Standardbenutzer als Teilnehmer"}.

The correct line should be:
{"Default users as participants", "Benutzer werden standardmäßig vollwertige Teilnehmer"}.

or
{"Default users as participants", "Benutzer werden standardmäßig Teilnehmer"}.

If the word "vollwertige" is the right word or if it should even be there at all is for others who are more into the matter to decide.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.