[JDEV] jabber:iq:search question

2002-12-06 Thread Peter Saint-Andre
If you have implemented jabber:iq:search in your software AND you are using the feature that enabled you so receive multiple IQs for large result sets, I would appreciate it if you could let me know. When I documented jabber:iq:search in JEP-0055, I left this out because I have not been able to

[JDEV] DRAFT: Feature Negotiation (JEP-0020)

2002-12-06 Thread Peter Saint-Andre
Per a vote of the Jabber Council, the Feature Negotiation protocol (JEP-0020) has advanced to Draft. http://www.jabber.org/jeps/jep-0020.html Go forth and implement. :) Peter -- Peter Saint-Andre Jabber Software Foundation http://www.jabber.org/people/stpeter.php

[JDEV] Adding payload to message packets - using JabberBeans

2002-12-06 Thread Adrian Brown
Does anyone know how to add ( i think the terminology is correct) these x extensions to message packets? I'm trying to add DocumentEvents to it? Is this possible? Adrian ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] Adding payload to message packets - using JabberBeans

2002-12-06 Thread Philippe Raxhon
I'm probably wrong but isn't the XDataBuilder (produce jabber:x:data query objects) what you are looking for? Philippe Adrian Brown wrote: Does anyone know how to add ( i think the terminology is correct) these x extensions to message packets? I'm trying to add DocumentEvents to it? Is this

RE: [JDEV] jabber:iq:search question

2002-12-06 Thread JD Conley
Peter, This feature is built into the Winfessor Jabber SDK. I'm not sure if others are using it or not, though. The SearchRequest packet works with the SearchResponses to build a set of search results. You are notified when the results come in, and when the last one is received you are

[JDEV] Sending a packet with an object - using JabberBeans

2002-12-06 Thread Adrian Brown
Does anyone know how I can add a serialized object to a packet (preferably message) I'm using the JabberBeans library? Thanks ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

RE: [JDEV] Sending a packet with an object - using JabberBeans

2002-12-06 Thread Matt Tucker
Adrian, You have a few options, I think. If you're using JDK 1.4, you could try the new XML serialization for Java beans technology that's part of that release. Check out: http://java.sun.com/j2se/1.4/docs/api/java/beans/XMLEncoder.html and related classes. Using that technology, you're not