[JDEV] Building a Java XDB package

Matt Diez matt at vedalabs.com
Fri Dec 8 16:00:55 CST 2000


I'm working on building a Java socket listener that can accept and return
XDB packets (and, of course, drop them into the database of my choosing). 

>From previous posts, I believe that this requires but a few simple changes
in the jabber.xml file's <xdb> section. If so, how would I go about setting
up jabber.xml for this?

I have seen this example:

<xdb id="somearbitraryname">
  <ns>some:sort:of:namespace</ns>
  <accept>
    <ip/>
    <port>7001</port>
    <secret>test</secret>
  </accept>
</xdb>

Can someone tell me if this is the appropriate format for such a program,
and explain the meanings/duties of each of the tags?

Matthew D. Diez

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.jabber.org/pipermail/jdev/attachments/20001208/6e3d2d98/attachment-0002.htm>


More information about the JDev mailing list