Servidor de código aberto Jabber (2.x)
Obrigado por baixar o jabberd2. Abaixo estão algumas instruções básicas para você começar. A documentação completa está disponível em http://jabberd2.org/
- a equipe jabberd
% ./configure
% make
% make install
% ./configure --help
[...]
Edite $prefix/etc/(router|sm|c2s|s2s).xml a gosto. Em particular, certifique-se de configurar corretamente sua escolha de armazenamento de dados. Se estiver usando o back-end do Berkeley DB, você precisará criar /var/run/jabberd e definir suas permissões para que os processos do servidor possam encontrá-lo.
Se estiver usando um back-end SQL, você precisará criar uma conta para o servidor usar e criar as tabelas. Carregue db-setup.mysql ou db-setup.pgsql do diretório tools/ em seu banco de dados para fazer isso.
Se você planeja usar o script wrapper jabberd, certifique-se de olhar os caminhos em $prefix/etc/jabber/jabberd.cfg.
Você pode executar todas as peças separadamente:
% $prefix/bin/router &
% $prefix/bin/s2s &
% $prefix/bin/sm &
% $prefix/bin/c2s &
Ou você pode executá-los todos a partir do script wrapper do Jabberd:
% $prefix/jabberd &
Todos os processos podem assumir as seguintes opções:
-c use an alternate config file
-D output lots of debugging info (if compiled with --enable-debug)
Por favor, veja o arquivo NEWS.
Ao solicitar assistência, observe que os itens a seguir podem fornecer informações úteis que podem ajudar a encontrar o seu problema:
Por favor, tente fornecer o máximo de informações relevantes possível ao relatar problemas - isso tornará a ajuda muito mais fácil.
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 e util/base64.c foram originalmente retirados do projeto do servidor web Apache. Originalmente copyright (c) 1995-2003 Apache Software Foundation.
util/md5.c foi retirado do Ghostscript. Originalmente copyright (c) 1999-2002 Aladdin Enterprises.
util/sha1.c foi retirado do Mozilla. Originalmente copyright (c) 1995-1999 Cryptography Research, Inc.
subst/getopt.[ch] foi retirado do GNU Libc. Originalmente copyright (c) 1987-1993 Free Software Foundation, Inc.
subst/gettimeofday.c foi retirado do PostgreSQL. Originalmente copyright (c) 2003 SRA, Inc.
subst/syslog.[ch] foi retirado do Bind. Originalmente copyright (c) 2001 Internet Software Consortium.
subst/inet_aton.c Originalmente copyright (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.