All Projects → jabberd2 → Jabberd2

jabberd2 / Jabberd2

Licence: other
JabberD XMPP Server

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Jabberd2

Tigase Server
Highly optimized, extremely modular and very flexible XMPP/Jabber server
Stars: ✭ 170 (-60.28%)
Mutual labels:  xmpp, jabber, server
Ejabberd
Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
Stars: ✭ 5,077 (+1086.21%)
Mutual labels:  xmpp, jabber, server
isotoxin
Isotoxin source
Stars: ✭ 69 (-83.88%)
Mutual labels:  xmpp, jabber
xabber-web
Open source XMPP client for Web
Stars: ✭ 117 (-72.66%)
Mutual labels:  xmpp, jabber
jaxmpp
Java XMPP client library
Stars: ✭ 19 (-95.56%)
Mutual labels:  xmpp, jabber
xmpp-php
PHP client library for XMPP (Jabber) protocol
Stars: ✭ 33 (-92.29%)
Mutual labels:  xmpp, jabber
ngx-chat
Angular XMPP Client & Chat UI
Stars: ✭ 30 (-92.99%)
Mutual labels:  xmpp, jabber
SharpXMPP
XMPP library for .NET/Xamarin/.NET Core
Stars: ✭ 17 (-96.03%)
Mutual labels:  xmpp, jabber
Converse.js
Web-based XMPP/Jabber chat client written in JavaScript
Stars: ✭ 2,745 (+541.36%)
Mutual labels:  xmpp, jabber
cr-xmpp
XMPP/Jabber Library for Crystal
Stars: ✭ 16 (-96.26%)
Mutual labels:  xmpp, jabber
ejabberd mod apns
An ejabberd module to send PUSH messages to iOS devices through APNS
Stars: ✭ 31 (-92.76%)
Mutual labels:  xmpp, jabber
Homegenie
HomeGenie, the open source, programmable, home automation server for smart connected devices and applications
Stars: ✭ 313 (-26.87%)
Mutual labels:  server, embedded
ejabberd mod gcm
Google Cloud Messaging API for Ejabberd (PUSH Messages)
Stars: ✭ 27 (-93.69%)
Mutual labels:  xmpp, jabber
stork
(M) Android XMPP Client
Stars: ✭ 51 (-88.08%)
Mutual labels:  xmpp, jabber
xmpp
An implementation of the Extensible Messaging and Presence Protocol (XMPP) in Go.
Stars: ✭ 97 (-77.34%)
Mutual labels:  xmpp, jabber
Lurch4Adium
OMEMO Xtra for Adium (packaging the lurch and carbons libpurple plugins)
Stars: ✭ 38 (-91.12%)
Mutual labels:  xmpp, jabber
vacuum-im
Cross-platform XMPP client
Stars: ✭ 90 (-78.97%)
Mutual labels:  xmpp, jabber
Miranda Ng
Miranda NG: Next Generation of Miranda IM
Stars: ✭ 341 (-20.33%)
Mutual labels:  xmpp, jabber
Openfire
Openfire is a real time collaboration (RTC) server licensed under the Open Source Apache License. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Openfire is incredibly easy to setup and administer, but offers rock-solid security and performance.
Stars: ✭ 2,423 (+466.12%)
Mutual labels:  xmpp, jabber
Lurch
XEP-0384: OMEMO Encryption for libpurple.
Stars: ✭ 245 (-42.76%)
Mutual labels:  xmpp, jabber

jabberd2

Jabber Open Source Server (2.x)

Build Status Coverity Scan Build Status Join the chat at Gitter Flattr this

Thanks for downloading jabberd2. Below are some basic instructions to get you started. Complete documentation is available at http://jabberd2.org/

-- the jabberd team

Required packages:

Optional packages:

Build:

% ./configure
% make
% make install

Options to ./configure:

% ./configure --help
[...]

Configure:

Edit $prefix/etc/(router|sm|c2s|s2s).xml to taste. In particular, make sure you setup for your choice of data storage correctly. If you're using the Berkeley DB backend, you'll need to create /var/run/jabberd and sets its permissions so that the server processes can find it.

If you're using a SQL backend, you'll need to create an account for the server to use, and create the tables. Load db-setup.mysql or db-setup.pgsql from the tools/ directory into your database to do this.

If you plan to use the jabberd wrapper script, make sure you look at the paths in the $prefix/etc/jabber/jabberd.cfg.

Run:

You can either run all of the pieces separately:

% $prefix/bin/router &
% $prefix/bin/s2s &
% $prefix/bin/sm &
% $prefix/bin/c2s &

Or you can run them all from the jabberd wrapper script:

% $prefix/jabberd &

All the processes can take the following switches:

-c use an alternate config file
-D output lots of debugging info (if compiled with --enable-debug)

Upgrade:

Please see NEWS file.

Support:

When requesting assistance, please note that the following things can provide useful information which may assist with finding your problem:

  • debug logs (compile with --enable-debug and run with -D)
  • running components seperately (ie without the wrapper script)
  • config.log

Please try to provide as much relevant information as possible when reporting problems - it will make helping you much easier.

Copyright & License:

jabberd - Jabber Open Source Server
Copyright (c) 2002-2012 Jeremie Miller, Thomas Muldowney,
                        Ryan Eatmon, Robert Norris, Tomasz Sterna.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA02111-1307USA

As a special exception, the authors give permission to link this
program with the OpenSSL library and distribute the resulting binary.

subst/snprintf.c and util/base64.c were originally taken from the Apache web server project. Originally copyright (c) 1995-2003 Apache Software Foundation.

util/md5.c was taken from Ghostscript. Originally copyright (c) 1999-2002 Aladdin Enterprises.

util/sha1.c was taken from Mozilla. Originally copyright (c) 1995-1999 Cryptography Research, Inc.

subst/getopt.[ch] was taken from GNU Libc. Originally copyright (c) 1987-1993 Free Software Foundation, Inc.

subst/gettimeofday.c was taken from PostgreSQL. Originally copyright (c) 2003 SRA, Inc. & SKC, Inc.

subst/syslog.[ch] was taken from Bind. Originally copyright (c) 2001 Internet Software Consortium.

subst/inet_aton.c Originally copyright (c) 1995-1997 Kungliga Teniska Hogskolan

subst/ip6_misc.h Originally copyright (c) 1993,1994,1997 The Regents of the University of California.

subst/dirent.[ch] Originally copyright (c) 1997,2003 Kevlin Henney.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].