5 Star 1 Fork 0

Gitee 极速下载 / Jabberd2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/jabberd2/jabberd2
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

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.

空文件

简介

Jabberd2 是一个 XMPP 的服务器端软件,是新一代的 Jabberd 项目。 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/mirrors/jabberd2.git
git@gitee.com:mirrors/jabberd2.git
mirrors
jabberd2
Jabberd2
master

搜索帮助