[JDEV] Net::Jabber and jabberd config

DJ Adams dj.adams at pobox.com
Thu Dec 21 04:25:55 CST 2000


On Wed, Dec 20, 2000 at 05:11:58PM -0800, Chris Goldman wrote:
> I am trying to set my jabber server up to accept communication on a
> TCP/IP link, and use Net::Jabber to write my component.
> 
> Here is the relevant part of my jabber.xml file:
> 
>   <service id="mylistener"> 
>     <host/> 
>     <accept> 
>       <ip>208.185.86.169</ip> 
>       <port>7423</port> 
>       <secret>tell_no_one</secret> 
>     </accept> 
>   </service> 
> 
> And my script:
[...]
> $Con->Disconnect();
> 
> When I start my server, everything looks okay, but it fails to respond
> to connection requests from my regular IM clients.  When I run my
[...]

Ok, to start the ball rolling at least ;-) - 

Apart from the Disconnect() and no sign of callback routines, 
in the component script, this looks fine. How are you trying to make
connection requests with your regular IM clients? What are you sending?

You may want to have a look at (the still new and experimental) 
Net::Jabber::XMLRPC code (see http://www.pipetree.com/jabber/XMLRPC for
a link to download it) - the server part connects as a component and
responds to requests from the client part - it may give a clue or spark
off an idea or something in the meantime...

cheers
dj




More information about the JDev mailing list