Jabber 开源服务器 (2.x)
感谢您下载 jabberd2。以下是一些帮助您入门的基本说明。完整的文档可在 http://jabberd2.org/ 上找到
——贾伯德团队
% ./configure
% make
% make install
% ./configure --help
[...]
编辑 $prefix/etc/(router|sm|c2s|s2s).xml 以适应口味。特别是,请确保正确设置您选择的数据存储。如果您使用 Berkeley DB 后端,则需要创建 /var/run/jabberd 并设置其权限,以便服务器进程可以找到它。
如果您使用 SQL 后端,则需要创建一个帐户供服务器使用,并创建表。将 db-setup.mysql 或 db-setup.pgsql 从 tools/ 目录加载到数据库中即可执行此操作。
如果您计划使用 jabberd 包装器脚本,请确保查看 $prefix/etc/jabber/jabberd.cfg 中的路径。
您可以单独运行所有部分:
% $prefix/bin/router &
% $prefix/bin/s2s &
% $prefix/bin/sm &
% $prefix/bin/c2s &
或者您可以从 jabberd 包装器脚本运行它们:
% $prefix/jabberd &
所有进程都可以进行以下切换:
-c use an alternate config file
-D output lots of debugging info (if compiled with --enable-debug)
请参阅新闻文件。
请求帮助时,请注意以下内容可以提供有用的信息,有助于发现您的问题:
报告问题时请尝试提供尽可能多的相关信息 - 这将使您更容易获得帮助。
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 和 util/base64.c 最初取自 Apache Web 服务器项目。最初版权所有 (c) 1995-2003 Apache Software Foundation。
util/md5.c 取自 Ghostscript。最初版权所有 (c) 1999-2002 Aladdin Enterprises。
util/sha1.c 取自 Mozilla。最初版权 (c) 1995-1999 Cryptography Research, Inc.
subst/getopt.[ch] 取自 GNU Libc。最初版权 (c) 1987-1993 Free Software Foundation, Inc.
subst/gettimeofday.c 取自 PostgreSQL。原始版权 (c) 2003 SRA, Inc. 和 SKC, Inc.
subst/syslog.[ch] 取自 Bind。最初版权所有 (c) 2001 Internet Software Consortium。
subst/inet_aton.c 最初版权所有 (c) 1995-1997 Kungliga Teniska Hogskolan
subst/ip6_misc.h 最初版权所有 (c) 1993,1994,1997 加州大学董事会。
subst/dirent.[ch] 最初版权所有 (c) 1997,2003 Kevlin Henney。