Server Sumber Terbuka Jabber (2.x)
Terima kasih telah mengunduh jabberd2. Berikut adalah beberapa petunjuk dasar untuk Anda mulai. Dokumentasi lengkap tersedia di http://jabberd2.org/
-- tim jabberd
% ./configure
% make
% make install
% ./configure --help
[...]
Edit $prefix/etc/(router|sm|c2s|s2s).xml sesuai selera. Secara khusus, pastikan Anda mengatur pilihan penyimpanan data Anda dengan benar. Jika Anda menggunakan backend Berkeley DB, Anda harus membuat /var/run/jabberd dan mengatur izinnya sehingga proses server dapat menemukannya.
Jika Anda menggunakan backend SQL, Anda harus membuat akun untuk digunakan server, dan membuat tabel. Muat db-setup.mysql atau db-setup.pgsql dari direktori tools/ ke dalam database Anda untuk melakukan ini.
Jika Anda berencana menggunakan skrip pembungkus jabberd, pastikan Anda melihat jalur di $prefix/etc/jabber/jabberd.cfg.
Anda dapat menjalankan semua bagian secara terpisah:
% $prefix/bin/router &
% $prefix/bin/s2s &
% $prefix/bin/sm &
% $prefix/bin/c2s &
Atau Anda dapat menjalankan semuanya dari skrip jabberd wrapper:
% $prefix/jabberd &
Semua proses dapat mengambil alih saklar berikut:
-c use an alternate config file
-D output lots of debugging info (if compiled with --enable-debug)
Silakan lihat file BERITA.
Saat meminta bantuan, harap diperhatikan bahwa hal-hal berikut dapat memberikan informasi berguna yang dapat membantu menemukan masalah Anda:
Cobalah untuk memberikan informasi yang relevan sebanyak mungkin saat melaporkan masalah - ini akan membuat bantuan Anda lebih mudah.
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 dan util/base64.c awalnya diambil dari proyek server web Apache. Awalnya hak cipta (c) 1995-2003 Apache Software Foundation.
util/md5.c diambil dari Ghostscript. Awalnya hak cipta (c) 1999-2002 Aladdin Enterprises.
util/sha1.c diambil dari Mozilla. Awalnya hak cipta (c) 1995-1999 Cryptography Research, Inc.
subst/getopt.[ch] diambil dari GNU Libc. Awalnya hak cipta (c) 1987-1993 Free Software Foundation, Inc.
subst/gettimeofday.c diambil dari PostgreSQL. Awalnya hak cipta (c) 2003 SRA, Inc. & SKC, Inc.
subst/syslog.[ch] diambil dari Bind. Awalnya hak cipta (c) Konsorsium Perangkat Lunak Internet 2001.
subst/inet_aton.c Hak cipta asli (c) 1995-1997 Kungliga Teniska Hogskolan
subst/ip6_misc.h Awalnya hak cipta (c) 1993,1994,1997 The Regents of the University of California.
subst/dirent.[ch] Awalnya hak cipta (c) 1997,2003 Kevlin Henney.