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。