<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for bokner</title><link>http://disqus.com/by/bokner/</link><description></description><atom:link href="http://disqus.com/bokner/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 17 Jan 2013 21:01:18 -0000</lastBuildDate><item><title>Re: How to make ejabberd cluster setup a bit easier</title><link>http://rfid-ale.blogspot.com/2009/10/how-to-make-ejabberd-cluster-setup-bit.html#comment-771437916</link><description>&lt;p&gt;By looking at ejabberd source code (ejabberd_admin.erl) 'set_master' command is being used only if there is a network partition for mnesia. Please check out &lt;a href="http://erldocs.com/R15B/mnesia/mnesia.html?i=0&amp;amp;search=mnesia:set_ma#set_master_nodes/1" rel="nofollow noopener" target="_blank" title="http://erldocs.com/R15B/mnesia/mnesia.html?i=0&amp;amp;search=mnesia:set_ma#set_master_nodes/1"&gt;http://erldocs.com/R15B/mne...&lt;/a&gt; for more info. Normally you should be able to get the working cluster following instructions in the post. For extra assurance, remove data in mnesia directory of the slave prior to that. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boris Okner</dc:creator><pubDate>Thu, 17 Jan 2013 21:01:18 -0000</pubDate></item><item><title>Re: How to make ejabberd cluster setup a bit easier</title><link>http://rfid-ale.blogspot.com/2009/10/how-to-make-ejabberd-cluster-setup-bit.html#comment-370914362</link><description>&lt;p&gt;AFAIK, the only way for ejabberd servers to detect each other is to use a standard internode communication. The easiest for me has been to have each node ping the same node with fixed name, for instance 'ejabberd@node1', so all nodes become interconnected.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boris Okner</dc:creator><pubDate>Wed, 23 Nov 2011 12:41:25 -0000</pubDate></item><item><title>Re: Erlang and other cool things: Real-time Web applications with XMPP: working demo</title><link>http://rfid-ale.blogspot.com/2009/08/real-time-web-applications-with-xmpp.html#comment-240606584</link><description>&lt;p&gt;Yes, I abandoned SVN source some time back. Just moved it here:&lt;a href="https://github.com/bokner/weazardPlease" rel="nofollow noopener" target="_blank" title="https://github.com/bokner/weazardPlease"&gt;https://github.com/bokner/w...&lt;/a&gt; note that the code is not supported anymore. The component support should be better with exmpp, which I might switch to for this demo if I have some spare time.Regards,Boris&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boris Okner</dc:creator><pubDate>Sat, 02 Jul 2011 11:46:47 -0000</pubDate></item><item><title>Re: How to make ejabberd cluster setup a bit easier</title><link>http://rfid-ale.blogspot.com/2009/10/how-to-make-ejabberd-cluster-setup-bit.html#comment-48461691</link><description>&lt;p&gt;According to what I know about setting ejabberd with MySQL (I had few&lt;br&gt;chances to work with MySQL setup), you will still have Mnesia for good part&lt;br&gt;of your database. So the answer is yes, it will work for your Mnesia tables,&lt;br&gt;however your MySQL tables won't participate in replication process.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boris Okner</dc:creator><pubDate>Wed, 05 May 2010 03:35:44 -0000</pubDate></item><item><title>Re: gen_client in action: fixing temporary subscriptions</title><link>http://rfid-ale.blogspot.com/2010/02/genclient-in-action-fixing-temporary.html#comment-33410430</link><description>&lt;p&gt;Thanks kael,&lt;/p&gt;&lt;p&gt;This is a related bug, but I think the issue I am having is slightly different. I am using shared (not anonymous)account with resource-based subscriptions. It looks like ejabberd doesn't allow to configure temporary subscriptions (through pubsub#expire), hence there is no way for ejabberd to tell temporary subscription from permanent. So ejabberd assumes latter and keeps subscriptions active. &lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boris Okner</dc:creator><pubDate>Wed, 10 Feb 2010 10:33:42 -0000</pubDate></item><item><title>Re: gen_client behaviour for building XMPP clients in Erlang.</title><link>http://rfid-ale.blogspot.com/2010/01/genclient-behaviour-for-building-xmpp.html#comment-32314746</link><description>&lt;p&gt;Mickaël,&lt;/p&gt;&lt;p&gt;Absolutely, it will be a honor for me to contribute to exmpp.&lt;/p&gt;&lt;p&gt;Regards,&lt;br&gt;Boris&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boris Okner</dc:creator><pubDate>Mon, 01 Feb 2010 14:51:27 -0000</pubDate></item><item><title>Re: XMPP web demo: setting it up</title><link>http://rfid-ale.blogspot.com/2009/09/xmpp-web-demo-setting-it-up.html#comment-17003582</link><description>&lt;p&gt;Ok, from now on you can change component name, host, port and password by editing &lt;a href="http://weazard.app" rel="nofollow noopener" target="_blank" title="weazard.app"&gt;weazard.app&lt;/a&gt;. Please make sure to update &lt;a href="http://weazard.app" rel="nofollow noopener" target="_blank" title="weazard.app"&gt;weazard.app&lt;/a&gt; and .beam files from svn.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boris Okner</dc:creator><pubDate>Sun, 20 Sep 2009 21:56:11 -0000</pubDate></item><item><title>Re: XMPP web demo: setting it up</title><link>http://rfid-ale.blogspot.com/2009/09/xmpp-web-demo-setting-it-up.html#comment-16996830</link><description>&lt;p&gt;Aaron,&lt;br&gt;&lt;br&gt;Thanks, I fixed the thing with config.js.  As for connection error, I think that's because your changes to hostname didn't take effect. Did you recompile weazard_sup.erl after making changes? If so, does hostname in weazard_sup correspond to ejabberd domain name configured in ejabberd_service?&lt;br&gt;I'll probably try to externalize domain names to eliminate recompilation.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boris Okner</dc:creator><pubDate>Sun, 20 Sep 2009 18:03:42 -0000</pubDate></item><item><title>Re: Strophe Tutorial: Pubsub Weather Alert Demo</title><link>http://metajack.im/2009/08/27/strophe-tutorial-pubsub-weather-alert-demo/#comment-16292445</link><description>&lt;p&gt;Now you can set up your own instance of XMPP demo, instructions are at &lt;a href="http://rfid-ale.blogspot.com/2009/09/xmpp-web-demo-setting-it-up.html" rel="nofollow noopener" target="_blank" title="http://rfid-ale.blogspot.com/2009/09/xmpp-web-demo-setting-it-up.html"&gt;http://rfid-ale.blogspot.co...&lt;/a&gt;&lt;br&gt;Please leave comments there if you need any help! &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boris Okner</dc:creator><pubDate>Thu, 10 Sep 2009 02:12:19 -0000</pubDate></item><item><title>Re: Strophe Tutorial: Pubsub Weather Alert Demo</title><link>http://metajack.im/2009/08/27/strophe-tutorial-pubsub-weather-alert-demo/#comment-15657526</link><description>&lt;p&gt;Thanks Jack, I have to say that most inspiration and how-to hints (not to mention Strophe itself) that made this demo possible came from your blogs here.  &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boris Okner</dc:creator><pubDate>Mon, 31 Aug 2009 13:08:57 -0000</pubDate></item><item><title>Re: Strophe Tutorial: Pubsub Weather Alert Demo</title><link>http://metajack.im/2009/08/27/strophe-tutorial-pubsub-weather-alert-demo/#comment-15629128</link><description>&lt;p&gt;Rob,&lt;/p&gt;&lt;p&gt;I totally agree that ejabberd docs could use some improvement, however, if you use something as standard as pubsub, you probably don't have to be concerned with ejabberd internals. As for resources, I would recommend  "XMPP: The Definitive Guide" by O'Reilly for introduction, and then authoritative XEP-0060 document for more details.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boris Okner</dc:creator><pubDate>Mon, 31 Aug 2009 01:19:25 -0000</pubDate></item><item><title>Re: jQuery and Strophe: Made for Each Other</title><link>http://metajack.im/2009/03/13/jquery-and-strophe-made-for-each-other/#comment-15438440</link><description>&lt;p&gt;Check out the demo using Strophe at &lt;a href="http://weazard.chirpber.com:8000/weazard.html" rel="nofollow noopener" target="_blank" title="http://weazard.chirpber.com:8000/weazard.html"&gt;http://weazard.chirpber.com...&lt;/a&gt;&lt;br&gt;You may want to read &lt;a href="http://rfid-ale.blogspot.com/2009/08/xmpp-web-project-walkthrough.html" rel="nofollow noopener" target="_blank" title="http://rfid-ale.blogspot.com/2009/08/xmpp-web-project-walkthrough.html"&gt;http://rfid-ale.blogspot.co...&lt;/a&gt; first. Enjoy!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Boris Okner</dc:creator><pubDate>Wed, 26 Aug 2009 16:58:20 -0000</pubDate></item></channel></rss>