Basically (some background info) I have a custom client that I can force
to send me "n" number and types of messages, this is in my favor.
I need to know when these clients login and logoff. I thought all I had
to do was "except" subscribe messages, and jabber would
automatically send presence info for the client to my component. Therefore right
now I am trying to figure exactly what the client needs to send and the reply my
component needs to send back.
-----Original Message-----
From: Matt Diez [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 4:07 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [JDEV] XDB Component in JavaCurrently xdb_java (working title), supports rosters, and stores their info in the database.(if that helps any).Is this the sort of functionality you were looking for?Matt Diez-----Original Message-----
From: Duane Grey [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 1:01 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [JDEV] XDB Component in JavaDefinitely interested in what you are doing. I am looking into extending jabberwith a java service as well. One of the things that I am currently trying to figure outis having presence information from clients sent to my component, and generallyhaving my component deal with the roster.