ejabberd - Comments for "result set management and service discovery" https://www.ejabberd.im/node/2946 en I asked the author of the https://www.ejabberd.im/node/2946#comment-52137 <p>I asked the author of the recent PubSub module included in ejabberd 2.0.0.</p> <p>You provided three alternatives:<br /> A) retrive all the items in a leaf node<br /> B) or a number of the last submitted items<br /> C) but it suggest to use the "result set management"</p> <p>A is implemented, of course.</p> <p>B is technically implemented, but the calls are not included, and hence is not usable right now. That means send_items have a number parameter, but is never used. Currently pubsub uses send_all_items and send_last_item. Probably a patch could implement send_last_items(Number), that would call send_items(Host, Node, LJID, Number).</p> <p>C or similar is not implemented. Yes, it can be useful. If you implement, you can publish a patch to be reviewed and included in ejabberd.</p> Tue, 08 Apr 2008 09:20:17 +0000 mfoss comment 52137 at https://www.ejabberd.im