<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: 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>
	<lastBuildDate>Fri, 15 Apr 2011 10:49:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Von: 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 = &quot;username=\&quot;&quot; + this.username + &quot;\&quot;,realm=\&quot;&quot; + this.domain + &quot;\&quot;,nonce=\&quot;&quot; + this._nonce + &quot;\&quot;,cnonce=\&quot;&quot; + this._cnonce + &quot;\&quot;,nc=\&quot;&quot; + this._nc + &quot;\&quot;,qop=auth,digest-uri=\&quot;&quot; + this._digest_uri + &quot;\&quot;,response=\&quot;&quot; + response + &quot;\&quot;,charset=utf-8&quot;;
...

&lt;b&gt;charset=utf-8&lt;/b&gt;  should be &lt;b&gt; charset=\&quot;utf-8\&quot; &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>Von: 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&#039;m confused between &#039;server&#039; and &#039;http_base&#039;.  If I have a Windows machine called &#039;kmgx620&#039;, but a JBoss app server running at &#039;http://localhost:8080&#039; and an ejabberd instance on port 5280 (ejabberd@localhost), what do I use for &#039;server&#039; and &#039;http_base&#039;?  

Also, I understand a proxy may be needed here.  I can&#039;t find where and how to configure that for JBoss.  (Probably out of scope here, but just thought I&#039;d ask if you knew.)

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m confused between &#8216;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 &#8216;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>Von: 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>Von: 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>Von: 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>Von: 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 &#8211; 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>Von: 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&#039;t know about OpenFire, I&#039;m not involved in development or such. We&#039;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/">http://zeank.in-berlin.de/jhb/</a>. This one lets you connect to any Jabber server you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: 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>Von: 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 &#039;polling&#039; 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 &#039;hold&#039; set to 0. If you want to know details please have a look at &lt;a href=&quot;http://www.xmpp.org/extensions/xep-0124.html&quot; rel=&quot;nofollow&quot;&gt;XEP-0124&lt;/a&gt;, esp. at section 11 (&quot;&lt;a href=&quot;http://www.xmpp.org/extensions/xep-0124.html#overactive&quot; rel=&quot;nofollow&quot;&gt;Overactivity&lt;/a&gt;&quot;).</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">XEP-0124</a>, esp. at section 11 (&#8220;<a href="http://www.xmpp.org/extensions/xep-0124.html#overactive">Overactivity</a>&#8220;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: 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>

