<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8.0-dev (info@mypapit.net)" -->
<rss version="2.0" >
    <channel>
        <title>Forum AG-Software News</title>
        <description></description>
        <link>https://forum.ag-software.net/</link>
        <lastBuildDate>Wed, 15 Apr 2026 15:56:12 GMT</lastBuildDate>
        <generator>FeedCreator 1.8.0-dev (info@mypapit.net)</generator>
        <item>
            <title>Broadcast mechanism in Openfire</title>
            <link>https://forum.ag-software.net/thread/2071-Broadcast-mechanism-in-Openfire</link>
            <description><![CDATA[
Hi friends :<br />
How do work the mechanism of broadcast and algorithm in Openfire?<br />
When I was sending message to 20k users, I understood the sort of receiving message depends on sort of records in database.<br />
but what about the sort of sending message? for exampele what time is the turn of 15000th user?
]]></description>
            <author> no_email@example.com (s.ghasemi)</author>
            <pubDate>Mon, 07 Aug 2017 06:39:31 GMT</pubDate>
            <guid isPermaLink="false">https://forum.ag-software.net/2071</guid>
        </item>
        <item>
            <title>Compare Ejabber with Openfire</title>
            <link>https://forum.ag-software.net/thread/2064-Compare-Ejabber-with-Openfire</link>
            <description><![CDATA[
Hi Friends : <br />
Could you please introduce a valid article about difference between Openfire and Ejabberd?<br />
Thanks
]]></description>
            <author> no_email@example.com (s.ghasemi)</author>
            <pubDate>Fri, 28 Jul 2017 18:33:09 GMT</pubDate>
            <guid isPermaLink="false">https://forum.ag-software.net/2064</guid>
        </item>
        <item>
            <title>Send message to multiple users</title>
            <link>https://forum.ag-software.net/thread/1977-Send-message-to-multiple-users</link>
            <description><![CDATA[
Hi Alex,<br />
<br />
I want to send XMPP message to multiple users without using room through C# Matrix Library. I have openfire server and it support Extended Stanza Addressing XEP-0033.&nbsp; I found some code for that.<br />
<br />
<div class="code"><div class="csharp" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF; font-weight: bold;">var</span> addresses <span style="color: #008000;">=</span> <a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> Addresses<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span></div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">addresses<span style="color: #008000;">.</span><span style="color: #0000FF;">AddAddress</span><span style="color: #008000;">&#40;</span><a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> Address</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008000;">&#123;</span></div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Type <span style="color: #008000;">=</span> Type<span style="color: #008000;">.</span><span style="color: #0000FF;">to</span>,</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Jid <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;hildjj@eworkplace0/Work&quot;</span>,</div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Description <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;Joe Hildebrand&quot;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008000;">&#125;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span></div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">addresses<span style="color: #008000;">.</span><span style="color: #0000FF;">AddAddress</span><span style="color: #008000;">&#40;</span><a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> Address</div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008000;">&#123;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Type <span style="color: #008000;">=</span> Type<span style="color: #008000;">.</span><span style="color: #0000FF;">cc</span>,</div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Jid <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;jer@eworkplace0/Home&quot;</span>,</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Description <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;Jeremie Miller&quot;</span></div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008000;">&#125;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF; font-weight: bold;">var</span> msg <span style="color: #008000;">=</span> <a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> Matrix<span style="color: #008000;">.</span><span style="color: #0000FF;">Xmpp</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Client</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Message</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">msg<span style="color: #008000;">.</span><span style="color: #0600FF; font-weight: bold;">Add</span><span style="color: #008000;">&#40;</span>addresses<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">msg<span style="color: #008000;">.</span><span style="color: #0000FF;">To</span> <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;multicast.jabber.org&quot;</span><span style="color: #008000;">;</span></div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">msg<span style="color: #008000;">.</span><span style="color: #0000FF;">Body</span> <span style="color: #008000;">=</span> <span style="color: #666666;">&quot;Hello, world!&quot;</span><span style="color: #008000;">;</span></div></li>
</ol></div></div><br />
But message not receive to recipient. I have some doubt on Multicast service JID ( "multicast.jabber.org"). Is it correct for openfier server. If it is different, how i can find this address because i did not see this address on openfire server. <br />
<br />
Thanks in Advance,<br />
Hari
]]></description>
            <author> no_email@example.com (Hari Dudani)</author>
            <pubDate>Mon, 12 Dec 2016 17:25:37 GMT</pubDate>
            <guid isPermaLink="false">https://forum.ag-software.net/1977</guid>
        </item>
        <item>
            <title>ejabberd vs Openfire</title>
            <link>https://forum.ag-software.net/thread/1973-ejabberd-vs-Openfire</link>
            <description><![CDATA[
Hi,<br />
<br />
I have cloud application where millions of users. They can send and receive message. I am looking for xmpp server for windows. I need the performance and scalability. Can you please suggest which server is better better ejabberd or openfire?<br />
<br />
Thanks,<br />
Sanjeev
]]></description>
            <author> no_email@example.com (Hari Dudani)</author>
            <pubDate>Thu, 08 Dec 2016 18:45:03 GMT</pubDate>
            <guid isPermaLink="false">https://forum.ag-software.net/1973</guid>
        </item>
        <item>
            <title>What is the best server xmpp ? 2014 (free or paid I don't care)</title>
            <link>https://forum.ag-software.net/thread/1655-What-is-the-best-server-xmpp-2014-free-or-paid</link>
            <description><![CDATA[
Hi guys, <br />
<br />
I want know what is the best server xmpp (chat, users, streaming, space hostign, and more ) for marketing.<br />
<br />
Thx<br />
<br />
(Sry my language, I'm spansih)
]]></description>
            <author> no_email@example.com (drakgoku1)</author>
            <pubDate>Fri, 14 Feb 2014 23:49:40 GMT</pubDate>
            <guid isPermaLink="false">https://forum.ag-software.net/1655</guid>
        </item>
        <item>
            <title>What will it take to create new chat service?</title>
            <link>https://forum.ag-software.net/thread/1462-What-will-it-take-to-create-new-chat-service</link>
            <description><![CDATA[
Hi,<br />
&nbsp; As title suggests I am thinking about creating own chat service. I am a student and have few good ideas.<br />
1) What things I will need to consider?<br />
2) How much will it cost to create such service?<br />
<br />
Regards,<br />
Billy
]]></description>
            <author> no_email@example.com (billyman)</author>
            <pubDate>Sun, 24 Feb 2013 16:27:23 GMT</pubDate>
            <guid isPermaLink="false">https://forum.ag-software.net/1462</guid>
        </item>
    </channel>
</rss>
