Hello
I have a use case where I need to publish multiple events in multiple nodes in
a single publish call (to avoid multiple server trips). Whereas the batch
processing feature present in the XEO 0060 allows publishing multiple items
within a single node, I need multiple items in different nodes.
I need something like below
from='[EMAIL PROTECTED]/blogbot'
to='pubsub.shakespeare.lit'
id='publish1'>
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<publish node='princely_musings'>
<item>
............
</item>
</publish>
<publish node='wisely_musings'>
<item>
............
</item>
</publish>
</pubsub>
</iq>
Is this allowed ? since it was not very clear to me when I looked at the schema
'http://jabber.org/protocol/pubsub' It has only minOccurs = 0 for publish and
nothing specified for maxOccurs
Thanks in advance
Vijay
The information contained in this message may be confidential and legally
protected under applicable law. The message is intended solely for the
addressee(s). If you are not the intended recipient, you are hereby notified
that any use, forwarding, dissemination, or reproduction of this message is
strictly prohibited and may be unlawful. If you are not the intended recipient,
please contact the sender by return e-mail and destroy all copies of the
original message.