En esta direcci�n te explican de forma clara como debes de configurar jabber.
http://www.woodysnet.co.uk/linux/jabber2.htm#Jabber%20XML%20File%20configuration On 5/7/05, Reinaldo Mayer Q. <[EMAIL PROTECTED]> wrote: > Hola lista, > > He tenido problemas con mi servidor jabber, y no se que hacer, quisas > Uds puedan ayudarme. > > Instale mi servidor jabber en un P4 con Debian Sarge y kernel 2.6.8.x y > le puse en la seccion <host> su propia IP, que en este caso resulta ser > mi propio PC. Una vez que trato de registrarme en este servidor y crear > la cuenta, me dice "no se pudo encontrar el servidor". > > He leido el archivo de log, pero no logro entender el mensaje ni mucho > menos el problema :-(. > > Les adjunto los archivos en cuestion, espero me puedan ayudar. > > Gracias. > -- > > > #!/bin/sh > # > # jabber.cfg > # > # Copyright (c) 2000, Bernd Eckenfels <[EMAIL PROTECTED]> > # > # This File is licensed under the GPL. > # > # This Shell script will be sourced by /etc/init.d/jabber to set variables > # > # NOTE: take care to actually USE <host><jabberd:cmdline flag="h"/></host> > # and > # <spool><jabberd:cmdline flag="s">/var/lib/jabber</jabberd:cmdline></spool> > # in the /etc/jabber/jabber.xml file > > # JABBER_HOSTNAME (which is then passed to jabberd in the -h switch) > JABBER_HOSTNAME=192.168.1.19 > > # JABBER_SPOOL (whic is passed to jabberd in the -s switch) > # JABBER_SPOOL=/var/lib/jabber > > export JABBER_HOSTNAME JABBER_SPOOL > > > >

