[JDEV] Groupchat with 1.2 problems continue
Bruce Nelson
bruce.nelson at goto.com
Fri Dec 29 13:27:43 CST 2000
I used the method from DJ Adams
(http://www.pipetree.com/jabber/groupchat-1.2.html) on my Solaris 2.8 system
Jabber 1.2 and it worked great -- I could get not GC to work using this method
as well.
BN
"Malone, Pat" wrote:
> Ok,
> I tried renaming my service to groupchat.co.lsil.com (including the DNS work
> - just an alias pointing to the same IP as jabber.co.lsil.com)
> and still have problems. Here are the entrys in jabber.xml...
> <agent jid="groupchat.co.lsil.com">
> <name>Group Conferencing</name>
> <description>You can create and participate in private
> chatrooms.</description>
> <service>conferencing</service>
> <groupchat/>
> <register/>
> </agent>
>
> <!-- Groupchat service -->
> </service>
> <service id="conference">
> <load><groupchat>./groupchat.so</groupchat></load>
> </service>
>
> This was returning with the message "Could not contact this agent. It is
> possible the agent is not operating"
> after a minute or two. Debug logs seem to indicate jabber is trying to talk
> with groupchat (including some nice "Dr. Pepper says" messaged in the log!)
> with problems.
>
> For grins, I added "groupchat.co.lsil.com" as a 'host' entry. This then
> returns an immediate server error 'not found'.
> <host>jabber.co.lsil.com</host>
> <host>groupchat.co.lsil.com</host>
>
> Looking around this morning, I found the jabberd_groupchat.xml file in the
> conferencing source tree that talks about a very different way to integrate
> the groupchat than was explained in the 1.2 'how to' document. Is this a
> better way to implement this?
> --
> <jabberd> [this jabberd should be run from as an exec'd jabberd]
> <!--
> The parent jabberd should have this configured:
> <service id="groupchat_transport">
> <host>groups.server.com</host>
> <exec>jabberd -c this_file.xml</exec>
> </service>
> -->
> <service id="groupchat_transport">
> <host>groupchat.co.lsil.com</host>
> <load><groupchat>groupchat.so</groupchat></load>
> </service>
>
> <service id="out">
> <host/>
> <stdout/>
> </service>
>
> <log id="groupchat_logs">
> <host/>
> <file>groupchat.log</file>
> </log>
>
> <xdb id="Outgoing_xdb">
> <host/>
> <stdout/>
> </xdb>
> </jabberd>
> --
>
> Can someone with a working groupchat under 1.2 send me your jabber.xml?
> That might give me some clues.
>
> Thanks
>
> Pat
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bruce.nelson.vcf
Type: text/x-vcard
Size: 463 bytes
Desc: Card for Bruce Nelson
URL: <http://mail.jabber.org/pipermail/jdev/attachments/20001229/e7e6399b/attachment-0002.vcf>
More information about the JDev
mailing list