[JDEV] XDB Component in Java

Matt Diez matt at vedalabs.com
Thu Jan 4 19:20:37 CST 2001


Hey to all,
  I'm attempting to build an XDB component in Java, using David Waite's
JabberBeans 0.9 using Jabber 1.2.
I have set up the xdb component to connect loading the launcher class, and
make a base_accept connection
to my jabber server.

My jabber server is on IP 192.168.0.25
My jabberbeans XDB component is on IP 192.168.0.22

  <xdb id="xdb">
    <host>xdb.192.168.0.22</host>
    <accept>
       <ip/>
       <port>5265</port>
       <secret>test</secret>
    </accept>
  </xdb>

The xdb component successfully connects, and handshakes, but NEVER receives
any packets...

Can anyone suggest what I may doing incorrectly here, or tell me some sort
of workaround that 
doesn't involve base_connect?

Alternatively, could someone explain the significance of the <host> element?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20010104/5274a48e/attachment-0002.htm>


More information about the JDev mailing list