<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: JSJaC 1.0 Beta1</title>
	<atom:link href="http://blog.jwchat.org/2007/07/04/jsjac-10-beta1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jwchat.org/2007/07/04/jsjac-10-beta1/</link>
	<description>coding and stuff</description>
	<pubDate>Fri, 30 Jul 2010 01:45:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: zhang gang</title>
		<link>http://blog.jwchat.org/2007/07/04/jsjac-10-beta1/#comment-176822</link>
		<dc:creator>zhang gang</dc:creator>
		<pubDate>Mon, 02 Jun 2008 10:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/07/04/jsjac-10-beta1/#comment-176822</guid>
		<description>the error when jwchat work with openfire:
javax.security.sasl.SaslException: DIGEST-MD5: digest response format violation. Incompatible charset value: utf-8��

because function JSJaCSASLAuthDigestMd5S1 in jsjac.js
...
var rPlain = "username=\"" + this.username + "\",realm=\"" + this.domain + "\",nonce=\"" + this._nonce + "\",cnonce=\"" + this._cnonce + "\",nc=\"" + this._nc + "\",qop=auth,digest-uri=\"" + this._digest_uri + "\",response=\"" + response + "\",charset=utf-8";
...

&lt;b&gt;charset=utf-8&lt;/b&gt;  should be &lt;b&gt; charset=\"utf-8\" &lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>the error when jwchat work with openfire:<br />
javax.security.sasl.SaslException: DIGEST-MD5: digest response format violation. Incompatible charset value: utf-8��</p>
<p>because function JSJaCSASLAuthDigestMd5S1 in jsjac.js<br />
&#8230;<br />
var rPlain = &#8220;username=\&#8221;" + this.username + &#8220;\&#8221;,realm=\&#8221;" + this.domain + &#8220;\&#8221;,nonce=\&#8221;" + this._nonce + &#8220;\&#8221;,cnonce=\&#8221;" + this._cnonce + &#8220;\&#8221;,nc=\&#8221;" + this._nc + &#8220;\&#8221;,qop=auth,digest-uri=\&#8221;" + this._digest_uri + &#8220;\&#8221;,response=\&#8221;" + response + &#8220;\&#8221;,charset=utf-8&#8243;;<br />
&#8230;</p>
<p><b>charset=utf-8</b>  should be <b> charset=\&#8221;utf-8\&#8221; </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Straw</title>
		<link>http://blog.jwchat.org/2007/07/04/jsjac-10-beta1/#comment-120974</link>
		<dc:creator>Jack Straw</dc:creator>
		<pubDate>Tue, 15 Jan 2008 18:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/07/04/jsjac-10-beta1/#comment-120974</guid>
		<description>I'm confused between 'server' and 'http_base'.  If I have a Windows machine called 'kmgx620', but a JBoss app server running at 'http://localhost:8080' and an ejabberd instance on port 5280 (ejabberd@localhost), what do I use for 'server' and 'http_base'?  

Also, I understand a proxy may be needed here.  I can't find where and how to configure that for JBoss.  (Probably out of scope here, but just thought I'd ask if you knew.)

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m confused between &#8217;server&#8217; and &#8216;http_base&#8217;.  If I have a Windows machine called &#8216;kmgx620&#8242;, but a JBoss app server running at &#8216;http://localhost:8080&#8242; and an ejabberd instance on port 5280 (ejabberd@localhost), what do I use for &#8217;server&#8217; and &#8216;http_base&#8217;?  </p>
<p>Also, I understand a proxy may be needed here.  I can&#8217;t find where and how to configure that for JBoss.  (Probably out of scope here, but just thought I&#8217;d ask if you knew.)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jignesh Jani</title>
		<link>http://blog.jwchat.org/2007/07/04/jsjac-10-beta1/#comment-97046</link>
		<dc:creator>Jignesh Jani</dc:creator>
		<pubDate>Fri, 09 Nov 2007 14:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/07/04/jsjac-10-beta1/#comment-97046</guid>
		<description>I am very new to this area. can you please suggest me what all i will need to use jsJac polling mechanism. I will be using IIS as my web server. Can you please tell me what all components i will need to make it work. Currently i am not able to make it work... Thanks in anticipation of help.</description>
		<content:encoded><![CDATA[<p>I am very new to this area. can you please suggest me what all i will need to use jsJac polling mechanism. I will be using IIS as my web server. Can you please tell me what all components i will need to make it work. Currently i am not able to make it work&#8230; Thanks in anticipation of help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a little bit of zeank</title>
		<link>http://blog.jwchat.org/2007/07/04/jsjac-10-beta1/#comment-81085</link>
		<dc:creator>a little bit of zeank</dc:creator>
		<pubDate>Tue, 04 Sep 2007 09:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/07/04/jsjac-10-beta1/#comment-81085</guid>
		<description>&lt;strong&gt;JSJaC v1.0 is out...&lt;/strong&gt;

I&#8217;m proud to announce the release of JSJaC v1.0, a JavaScript library for implementing web based Jabber/XMPP clients using either XMPP Over BOSH or the somewhat outdated HTTP Polling for communicating with Jabber servers.
New with this release is...</description>
		<content:encoded><![CDATA[<p><strong>JSJaC v1.0 is out&#8230;</strong></p>
<p>I&#8217;m proud to announce the release of JSJaC v1.0, a JavaScript library for implementing web based Jabber/XMPP clients using either XMPP Over BOSH or the somewhat outdated HTTP Polling for communicating with Jabber servers.<br />
New with this release is&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.jwchat.org/2007/07/04/jsjac-10-beta1/#comment-80661</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 31 Aug 2007 07:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/07/04/jsjac-10-beta1/#comment-80661</guid>
		<description>... replied to john by mail</description>
		<content:encoded><![CDATA[<p>&#8230; replied to john by mail</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.jwchat.org/2007/07/04/jsjac-10-beta1/#comment-80530</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 30 Aug 2007 12:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/07/04/jsjac-10-beta1/#comment-80530</guid>
		<description>I`m using the latest windows installer of ejabberd - 1.1.3. It will be wonderful if you could send me the files. If I need some further steps for compilation and install I`ll appreciate if you could note them as well. I tried to compile the http-bind module on SVN as instructed on the ejabberd site but couldn`t do it.
In what folder should I put jsjac to aviod cross domain problems? your advice on the spank folder on OpenFire works great. 
I`ve heard talks that proxy might affect performance. Is it true regarding your Java Servlet as well?

My mail: dolittle919@yahoo.com

I couldn`t thank you enough

Best, John F.</description>
		<content:encoded><![CDATA[<p>I`m using the latest windows installer of ejabberd - 1.1.3. It will be wonderful if you could send me the files. If I need some further steps for compilation and install I`ll appreciate if you could note them as well. I tried to compile the http-bind module on SVN as instructed on the ejabberd site but couldn`t do it.<br />
In what folder should I put jsjac to aviod cross domain problems? your advice on the spank folder on OpenFire works great.<br />
I`ve heard talks that proxy might affect performance. Is it true regarding your Java Servlet as well?</p>
<p>My mail: <a href="mailto:dolittle919@yahoo.com">dolittle919@yahoo.com</a></p>
<p>I couldn`t thank you enough</p>
<p>Best, John F.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.jwchat.org/2007/07/04/jsjac-10-beta1/#comment-80526</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 30 Aug 2007 11:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/07/04/jsjac-10-beta1/#comment-80526</guid>
		<description>I don't know about OpenFire, I'm not involved in development or such. We're using ejabberd here at mabber.com with great success. If you could give me your version number I can send you the required files. An alternative is to use my Java Servlet which is available at http://zeank.in-berlin.de/jhb/. This one lets you connect to any Jabber server you want.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know about OpenFire, I&#8217;m not involved in development or such. We&#8217;re using ejabberd here at mabber.com with great success. If you could give me your version number I can send you the required files. An alternative is to use my Java Servlet which is available at <a href="http://zeank.in-berlin.de/jhb/" rel="nofollow">http://zeank.in-berlin.de/jhb/</a>. This one lets you connect to any Jabber server you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.jwchat.org/2007/07/04/jsjac-10-beta1/#comment-80524</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 30 Aug 2007 11:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/07/04/jsjac-10-beta1/#comment-80524</guid>
		<description>Steve, Openfire just doesn`t work properly with http-bind and I`m certain that jsjac works fine. 
Except for the delay of 5 second client A sometimes gets messages from client B one by one only when he sends messages himself. I`ve tried to ask in their forum but they just don`t answer.
Maybe you know when they are planning to fix it?

Are you familiar with another server that implement BOSH? I`ve tried ejabberd but couldn`t install the http-bind module on Windows.

Thanks and I`m sorry if I`m drifting of the main subject. I`m  looking for a server as wonderful as your client...

Best,
John F.</description>
		<content:encoded><![CDATA[<p>Steve, Openfire just doesn`t work properly with http-bind and I`m certain that jsjac works fine.<br />
Except for the delay of 5 second client A sometimes gets messages from client B one by one only when he sends messages himself. I`ve tried to ask in their forum but they just don`t answer.<br />
Maybe you know when they are planning to fix it?</p>
<p>Are you familiar with another server that implement BOSH? I`ve tried ejabberd but couldn`t install the http-bind module on Windows.</p>
<p>Thanks and I`m sorry if I`m drifting of the main subject. I`m  looking for a server as wonderful as your client&#8230;</p>
<p>Best,<br />
John F.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.jwchat.org/2007/07/04/jsjac-10-beta1/#comment-80114</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 27 Aug 2007 12:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/07/04/jsjac-10-beta1/#comment-80114</guid>
		<description>Well, there is this session variable 'polling' which tells how many seconds a client has to wait before it may send another empty request. BUT this only holds for sessions that are in polling modes, i.e. which has the attribute 'hold' set to 0. If you want to know details please have a look at &lt;a href="http://www.xmpp.org/extensions/xep-0124.html" rel="nofollow"&gt;XEP-0124&lt;/a&gt;, esp. at section 11 ("&lt;a href="http://www.xmpp.org/extensions/xep-0124.html#overactive" rel="nofollow"&gt;Overactivity&lt;/a&gt;").</description>
		<content:encoded><![CDATA[<p>Well, there is this session variable &#8216;polling&#8217; which tells how many seconds a client has to wait before it may send another empty request. BUT this only holds for sessions that are in polling modes, i.e. which has the attribute &#8216;hold&#8217; set to 0. If you want to know details please have a look at <a href="http://www.xmpp.org/extensions/xep-0124.html" rel="nofollow">XEP-0124</a>, esp. at section 11 (&#8221;<a href="http://www.xmpp.org/extensions/xep-0124.html#overactive" rel="nofollow">Overactivity</a>&#8220;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johm</title>
		<link>http://blog.jwchat.org/2007/07/04/jsjac-10-beta1/#comment-80111</link>
		<dc:creator>Johm</dc:creator>
		<pubDate>Mon, 27 Aug 2007 12:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/07/04/jsjac-10-beta1/#comment-80111</guid>
		<description>Steve, thank you for your answer it explains allot. I do use OpenFire.

What about other delays or restrictions?
Is there a limit on how frequently can a client send requests to the server?
Do I need some small delay between requests or can I just send them whenever I want.

I do aware of it being an extreme case but I want to be aware of all the limitations.

Best,
John F.</description>
		<content:encoded><![CDATA[<p>Steve, thank you for your answer it explains allot. I do use OpenFire.</p>
<p>What about other delays or restrictions?<br />
Is there a limit on how frequently can a client send requests to the server?<br />
Do I need some small delay between requests or can I just send them whenever I want.</p>
<p>I do aware of it being an extreme case but I want to be aware of all the limitations.</p>
<p>Best,<br />
John F.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
