جابر خادم مفتوح المصدر (2.x)
شكرا لتحميل جابيرد2. فيما يلي بعض الإرشادات الأساسية للبدء. الوثائق الكاملة متاحة على 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 من دليل الأدوات/ إلى قاعدة البيانات الخاصة بك للقيام بذلك.
إذا كنت تخطط لاستخدام البرنامج النصي المجمع 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. حقوق الطبع والنشر الأصلية (ج) 1995-2003 لمؤسسة Apache Software Foundation.
util/md5.c مأخوذ من Ghostscript. حقوق الطبع والنشر الأصلية (ج) 1999-2002 مؤسسة علاء الدين.
util/sha1.c مأخوذ من موزيلا. حقوق الطبع والنشر الأصلية (c) 1995-1999 Cryptography Research, Inc.
subst/getopt.[ch] مأخوذ من GNU Libc. حقوق الطبع والنشر الأصلية (ج) 1987-1993 Free Software Foundation, Inc.
تم أخذ subst/gettimeofday.c من PostgreSQL. حقوق الطبع والنشر الأصلية (ج) لعام 2003 مملوكة لشركة SRA, Inc. & SKC, Inc.
تم أخذ subst/syslog.[ch] من Bind. حقوق الطبع والنشر الأصلية (ج) لعام 2001 لاتحاد برامج الإنترنت.
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.