Thanks Mathias.&nbsp; Do you(or any other readers know enough about the server internals on any of the specific server products to understand how XEP-0033 is typically implemented (I&#39;m currently evaluating OpenFire)?&nbsp; Just wondering if there are any major pros/cons to using something like XEP-0033 versus some sort of dynamic PubSub operation or even a custom component that simply loops through and sends the messages out synchronously one-at-a-time.&nbsp; <br>
<br>Bryan<br><br><br><div class="gmail_quote">On Wed, Nov 26, 2008 at 1:07 PM, Matthias Wimmer <span dir="ltr">&lt;m@tthias.eu&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Bryan!<br>
<br>
Bryan Morgan schrieb:<div class="Ih2E3d"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
* The inbound item picked up off the queue could also be used to determine the list of valid recipients, and then.....I assume....loop through them one at a time and send them individiual messages?? &nbsp;Again, seems to work at a small scale but maybe not at a large scale? &nbsp;Is there a way to build a dynamic list of users and have XMPP send messages to that list? &nbsp;Are there practical limitations on handling the size of this list or are there &quot;sharding&quot; approaches for big XMPP broadcasts like this?<br>

</blockquote>
<br></div>
Probably not exactly what you are looking for, but have you seen &quot;XEP-0033: Extended Stanza Addressing&quot;? You still would have to provide all receipients, but could send the message within one stanza. This XEP can be used as a multicast service.<br>
<font color="#888888">
<br>
<br>
Matthias<br>
</font><br>_______________________________________________<br>
JDev mailing list<br>
FAQ: <a href="http://www.jabber.org/discussion-lists/jdev-faq" target="_blank">http://www.jabber.org/discussion-lists/jdev-faq</a><br>
Forum: <a href="http://www.jabberforum.org/forumdisplay.php?f=20" target="_blank">http://www.jabberforum.org/forumdisplay.php?f=20</a><br>
Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org">JDev-unsubscribe@jabber.org</a><br>
_______________________________________________<br>
<br></blockquote></div><br>