<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [JDEV] JPOLLD</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>I understood jpolld was a jabber.com product.</FONT>
</P>
<P><FONT SIZE=2>Am I mistaken in this assumption? Is jpolld</FONT>
<BR><FONT SIZE=2>then open for public consumption?</FONT>
</P>
<P><FONT SIZE=2>Matthew D. Diez</FONT>
</P>
<BR>
<BR>
<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Thomas Muldowney [<A HREF="mailto:temas@box5.net">mailto:temas@box5.net</A>]</FONT>
<BR><FONT SIZE=2>Sent: Tuesday, May 29, 2001 1:10 PM</FONT>
<BR><FONT SIZE=2>To: jdev@jabber.org</FONT>
<BR><FONT SIZE=2>Subject: Re: [JDEV] JPOLLD</FONT>
</P>
<BR>
<P><FONT SIZE=2>Ok, first, I think for -h you need to use digimon.com. Next, you would have</FONT>
<BR><FONT SIZE=2>to put digimon.com as the hostname to connect to in Jarl, once you do that it</FONT>
<BR><FONT SIZE=2>should be working.</FONT>
</P>
<P><FONT SIZE=2>--temas</FONT>
</P>
<P><FONT SIZE=2>On Mon, May 28, 2001 at 07:59:58PM -0700, Kong Putra Yohanes wrote:</FONT>
<BR><FONT SIZE=2>> I have set jabber server host name as digimon.com</FONT>
<BR><FONT SIZE=2>> (that's my computer name's, before that i set to</FONT>
<BR><FONT SIZE=2>> 192.0.0.24) like this :</FONT>
<BR><FONT SIZE=2>> <host><jabberd:cmdline</FONT>
<BR><FONT SIZE=2>> flag="h">digimon.com</jabberd:cmdline></host></FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> In jabber.xml, i remove old <service id="c2s"> section</FONT>
<BR><FONT SIZE=2>> and put this new section :</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> <service id="c2s"></FONT>
<BR><FONT SIZE=2>> <host>jpolld.192.0.0.5</host></FONT>
<BR><FONT SIZE=2>> <accept></FONT>
<BR><FONT SIZE=2>> <ip/></FONT>
<BR><FONT SIZE=2>> <port>5225</port></FONT>
<BR><FONT SIZE=2>> <secret>test</secret></FONT>
<BR><FONT SIZE=2>> </accept></FONT>
<BR><FONT SIZE=2>> </service></FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> At computer 192.0.0.5, i run jpolld with this command</FONT>
<BR><FONT SIZE=2>> :</FONT>
<BR><FONT SIZE=2>> ./jpolld -d 5225 -h 192.0.0.24 -n c2s -s test</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> And jpolld is runnning with message 'Listening on</FONT>
<BR><FONT SIZE=2>> NULL:5222', then when i connect with jarl client at</FONT>
<BR><FONT SIZE=2>> 192.0.0.24 to jpolld (192.0.0.5) in jpolld this</FONT>
<BR><FONT SIZE=2>> message is shown :</FONT>
<BR><FONT SIZE=2>> [1] Adding conn at 2</FONT>
<BR><FONT SIZE=2>> [1] Max PFD: 2</FONT>
<BR><FONT SIZE=2>> [1] Conn gone, mpfd: 1</FONT>
<BR><FONT SIZE=2>> [1] Adding conn at 2</FONT>
<BR><FONT SIZE=2>> [1] Max PFD: 2</FONT>
<BR><FONT SIZE=2>> [1] Conn gone, mpfd: 1</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> And at jabber server (192.0.0.24) this message is</FONT>
<BR><FONT SIZE=2>> shown :</FONT>
<BR><FONT SIZE=2>> 20010529T02:55:24: [notice] (192.0.0.5): bouncing a</FONT>
<BR><FONT SIZE=2>> routed packet to demo@192.0.0.5 from 2@c2s/134566968:</FONT>
<BR><FONT SIZE=2>> Internal Delivery Error</FONT>
<BR><FONT SIZE=2>> 20010529T02:55:30: [notice] (192.0.0.5): bouncing a</FONT>
<BR><FONT SIZE=2>> routed packet to demo@192.0.0.5 from 2@c2s/134577496:</FONT>
<BR><FONT SIZE=2>> Internal Delivery Error</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Why the client can not connect to jabber server</FONT>
<BR><FONT SIZE=2>> throught jpolld ? Thank's for some advice.</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> --- temas <temas@box5.net> wrote:</FONT>
<BR><FONT SIZE=2>> > Because of the names =) The to attribute in the</FONT>
<BR><FONT SIZE=2>> > stream header has to</FONT>
<BR><FONT SIZE=2>> > match the host setting for the _main_ jabberd setup,</FONT>
<BR><FONT SIZE=2>> > not the jpolld</FONT>
<BR><FONT SIZE=2>> > setup. So you would have to use DNS or something to</FONT>
<BR><FONT SIZE=2>> > provide some of the</FONT>
<BR><FONT SIZE=2>> > internal translation.</FONT>
<BR><FONT SIZE=2>> > </FONT>
<BR><FONT SIZE=2>> > --temas</FONT>
<BR><FONT SIZE=2>> > </FONT>
<BR><FONT SIZE=2>> > On 27 May 2001 20:32:22 -0700, Kong Putra Yohanes</FONT>
<BR><FONT SIZE=2>> > wrote:</FONT>
<BR><FONT SIZE=2>> > > Hi everyone.</FONT>
<BR><FONT SIZE=2>> > > </FONT>
<BR><FONT SIZE=2>> > > I have tried to run jpolld in the same machine</FONT>
<BR><FONT SIZE=2>> > > (192.0.0.24) with jabber server 1.4.1 and it work</FONT>
<BR><FONT SIZE=2>> > > nice, but when i run jpolld in the others machine</FONT>
<BR><FONT SIZE=2>> > > (192.0.0.5) and try to connect the jabber server</FONT>
<BR><FONT SIZE=2>> > > (192.0.0.24), it can connect too, but when i try</FONT>
<BR><FONT SIZE=2>> > to</FONT>
<BR><FONT SIZE=2>> > > use jarl to connect the jpolld (192.0.0.5), and</FONT>
<BR><FONT SIZE=2>> > error</FONT>
<BR><FONT SIZE=2>> > > has accure. Can anyone help me ?</FONT>
<BR><FONT SIZE=2>> > > </FONT>
<BR><FONT SIZE=2>> > > Thank's for the information. :)</FONT>
<BR><FONT SIZE=2>> > > </FONT>
<BR><FONT SIZE=2>> > > </FONT>
<BR><FONT SIZE=2>> > > __________________________________________________</FONT>
<BR><FONT SIZE=2>> > > Do You Yahoo!?</FONT>
<BR><FONT SIZE=2>> > > Yahoo! Auctions - buy the things you want at great</FONT>
<BR><FONT SIZE=2>> > prices</FONT>
<BR><FONT SIZE=2>> > > <A HREF="http://auctions.yahoo.com/" TARGET="_blank">http://auctions.yahoo.com/</A></FONT>
<BR><FONT SIZE=2>> > > _______________________________________________</FONT>
<BR><FONT SIZE=2>> > > jdev mailing list</FONT>
<BR><FONT SIZE=2>> > > jdev@jabber.org</FONT>
<BR><FONT SIZE=2>> > > <A HREF="http://mailman.jabber.org/listinfo/jdev" TARGET="_blank">http://mailman.jabber.org/listinfo/jdev</A></FONT>
<BR><FONT SIZE=2>> > </FONT>
<BR><FONT SIZE=2>> > _______________________________________________</FONT>
<BR><FONT SIZE=2>> > jdev mailing list</FONT>
<BR><FONT SIZE=2>> > jdev@jabber.org</FONT>
<BR><FONT SIZE=2>> > <A HREF="http://mailman.jabber.org/listinfo/jdev" TARGET="_blank">http://mailman.jabber.org/listinfo/jdev</A></FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> __________________________________________________</FONT>
<BR><FONT SIZE=2>> Do You Yahoo!?</FONT>
<BR><FONT SIZE=2>> Yahoo! Auctions - buy the things you want at great prices</FONT>
<BR><FONT SIZE=2>> <A HREF="http://auctions.yahoo.com/" TARGET="_blank">http://auctions.yahoo.com/</A></FONT>
<BR><FONT SIZE=2>> _______________________________________________</FONT>
<BR><FONT SIZE=2>> jdev mailing list</FONT>
<BR><FONT SIZE=2>> jdev@jabber.org</FONT>
<BR><FONT SIZE=2>> <A HREF="http://mailman.jabber.org/listinfo/jdev" TARGET="_blank">http://mailman.jabber.org/listinfo/jdev</A></FONT>
</P>
</BODY>
</HTML>