[JDEV] how to check groupchat is properly installed or not?
Doug Monroe
monroe at lucent.com
Thu Jul 20 08:27:19 CDT 2000
jayan r wrote:
>
> hi all
>
> i installed groupchat .But i couldn't find any file named
> groupchat.xml as said in README file.But am able to start the Groupchat
> daemon
> using --> groupchat -D groupchat.linux.idikahyd.net.
> Am getting messages on Jserver console.My test program using JECI (jabber
> extensible client intface) is telling that service is not available.
> How should i know that my installation is correct or not.
> Iam attatching jserver.xml file.
>
> I also have some doubts,regarding the jid attribute of <agent>.
> Is it only an ID or the hostname where the service is installed..
> The FQDN of the server where jserver and groupchat are installed is
> linux.idikahyd.net.
> Even WinJab is not talking to the groupchat daemon
> please tell me a way to trouble shoot this..
I could be wrong, but I believe the README has old info and needs an update.
I'm not aware of any groupchat.xml file and I think all need config info is
now kept in jserver.xml
FWIW- the way I got things working (after make/install of groupchat) is:
jserver.xml entry of-
<agent jid="gc.penguin.wh.lucent.com">
<name>GroupChat</name>
<description>PENGUIN groupchat</description>
<service>privatechat</service>
<groupchat/>
<register/>
</agent>
and startup groupchat using:
/usr/local/bin/groupchat -D -s xxxxxxxxxxxxxxx gc.penguin.wh.lucent.com &
Usage:
groupchat [-D] [-e 127.0.0.1] [-s secret] groupchat.hostname
Hope that helps
Doug Monroe
More information about the JDev
mailing list