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 백엔드를 사용하는 경우 서버에서 사용할 계정을 만들고 테이블을 만들어야 합니다. 이를 수행하려면 tools/ 디렉토리에서 db-setup.mysql 또는 db-setup.pgsql을 데이터베이스로 로드하십시오.
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)
NEWS 파일을 참조하시기 바랍니다.
지원을 요청할 때 다음 사항이 문제를 찾는 데 도움이 될 수 있는 유용한 정보를 제공할 수 있다는 점에 유의하십시오.
문제를 보고할 때 가능한 한 많은 관련 정보를 제공하도록 노력하십시오. 그러면 도움이 훨씬 쉬워질 것입니다.
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 웹 서버 프로젝트에서 가져왔습니다. 원래 저작권은 (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 The Regents of the University of California.
subst/dirent.[ch] 원래 저작권(c) 1997,2003 Kevlin Henney.