Servidor de código abierto Jabber (2.x)
Gracias por descargar jabberd2. A continuación encontrará algunas instrucciones básicas para comenzar. La documentación completa está disponible en http://jabberd2.org/
-- el equipo de charlatanería
% ./configure
% make
% make install
% ./configure --help
[...]
Edite $prefix/etc/(router|sm|c2s|s2s).xml al gusto. En particular, asegúrese de configurar correctamente el almacenamiento de datos que elija. Si está utilizando el backend de Berkeley DB, deberá crear /var/run/jabberd y establecer sus permisos para que los procesos del servidor puedan encontrarlo.
Si está utilizando un servidor SQL, deberá crear una cuenta para que la use el servidor y crear las tablas. Cargue db-setup.mysql o db-setup.pgsql desde el directorio tools/ en su base de datos para hacer esto.
Si planea utilizar el script contenedor Jabberd, asegúrese de mirar las rutas en $prefix/etc/jabber/jabberd.cfg.
Puedes ejecutar todas las piezas por separado:
% $prefix/bin/router &
% $prefix/bin/s2s &
% $prefix/bin/sm &
% $prefix/bin/c2s &
O puede ejecutarlos todos desde el script contenedor Jabberd:
% $prefix/jabberd &
Todos los procesos pueden tomar los siguientes interruptores:
-c use an alternate config file
-D output lots of debugging info (if compiled with --enable-debug)
Consulte el archivo NOTICIAS.
Al solicitar asistencia, tenga en cuenta que lo siguiente puede proporcionar información útil que puede ayudarle a encontrar su problema:
Intente proporcionar la mayor cantidad de información relevante posible cuando informe problemas; así será mucho más fácil ayudarle.
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 y util/base64.c se tomaron originalmente del proyecto del servidor web Apache. Originalmente copyright (c) 1995-2003 Apache Software Foundation.
util/md5.c fue tomado de Ghostscript. Originalmente copyright (c) 1999-2002 Aladdin Enterprises.
util/sha1.c fue tomado de Mozilla. Originalmente copyright (c) 1995-1999 Cryptography Research, Inc.
subst/getopt.[ch] fue tomado de GNU Libc. Originalmente copyright (c) 1987-1993 Free Software Foundation, Inc.
subst/gettimeofday.c fue tomado de PostgreSQL. Copyright original (c) 2003 SRA, Inc. & SKC, Inc.
subst/syslog.[ch] fue tomado de Bind. Originalmente copyright (c) 2001 Internet Software Consortium.
subst/inet_aton.c Copyright original (c) 1995-1997 Kungliga Teniska Hogskolan
subst/ip6_misc.h Originalmente copyright (c) 1993,1994,1997 The Regents of the University of California.
subst/dirent.[ch] Originalmente copyright (c) 1997,2003 Kevlin Henney.