เซิร์ฟเวอร์โอเพ่นซอร์ส 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 ลิขสิทธิ์ดั้งเดิม (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