<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Strophe Preview: XMPP In JavaScript</title>
	<atom:link href="http://metajack.wordpress.com/2008/06/30/strophe-preview-xmpp-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://metajack.wordpress.com/2008/06/30/strophe-preview-xmpp-in-javascript/</link>
	<description>a blog about startups and code</description>
	<lastBuildDate>Thu, 18 Dec 2008 03:41:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Favio</title>
		<link>http://metajack.wordpress.com/2008/06/30/strophe-preview-xmpp-in-javascript/#comment-285</link>
		<dc:creator>Favio</dc:creator>
		<pubDate>Tue, 26 Aug 2008 02:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/?p=57#comment-285</guid>
		<description>Just for continuity, the above question is related to a problem that is already solved. I was having a simple DNS issue.  I wasn&#039;t aware that twistd generated a log file, and as soon as I realized that and read it,  the situation was very clear to me.</description>
		<content:encoded><![CDATA[<p>Just for continuity, the above question is related to a problem that is already solved. I was having a simple DNS issue.  I wasn&#8217;t aware that twistd generated a log file, and as soon as I realized that and read it,  the situation was very clear to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Favio</title>
		<link>http://metajack.wordpress.com/2008/06/30/strophe-preview-xmpp-in-javascript/#comment-272</link>
		<dc:creator>Favio</dc:creator>
		<pubDate>Sun, 17 Aug 2008 09:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/?p=57#comment-272</guid>
		<description>Hello,

first of all, thanks for providing Strophe to the community!

I&#039;ve been playing with the Strophe library found in the speeqe chat. I setup punjab as the INSTALL.txt said. However,  I&#039;m not getting any response (I&#039;m looking at the firebug console). I&#039;m using jabber14 as the server.  Do you have to configure anything else in punjab to make it connect to the jabber server? or maybe I have to add punjab to the jabber server configuration?   Pardon the noobness.

Also, what would be the more appropriate place to post these kind of questions? :)</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>first of all, thanks for providing Strophe to the community!</p>
<p>I&#8217;ve been playing with the Strophe library found in the speeqe chat. I setup punjab as the INSTALL.txt said. However,  I&#8217;m not getting any response (I&#8217;m looking at the firebug console). I&#8217;m using jabber14 as the server.  Do you have to configure anything else in punjab to make it connect to the jabber server? or maybe I have to add punjab to the jabber server configuration?   Pardon the noobness.</p>
<p>Also, what would be the more appropriate place to post these kind of questions? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: metajack</title>
		<link>http://metajack.wordpress.com/2008/06/30/strophe-preview-xmpp-in-javascript/#comment-257</link>
		<dc:creator>metajack</dc:creator>
		<pubDate>Mon, 04 Aug 2008 22:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/?p=57#comment-257</guid>
		<description>@Brandon: The Strophe code connects to a BOSH service, usually at the same domain.  Depending on the BOSH service, you may or may not be allowed to use any internet accessible XMPP server.  For instance, with Punjab, you can connect to anything.  With the BOSH service that comes as part of many XMPP servers, you will be restricted to that specific server.

You will always need to run a BOSH service somewhere for Strophe, but that service does not need to be heavyweight.  For example, Punjab is quite lean on the CPU, which is what we wrote and use at Chesspark.

As to how to connect to a private jabber server, just restrict the jabber server from accepting connections from anything but the bosh service, which is running somewhere locally.  You can let the BOSH service handle dns resolution, even if the resolution is to an internal IP address.  Just hardcode the domain when you call the Strophe.Connection.connect() function.</description>
		<content:encoded><![CDATA[<p>@Brandon: The Strophe code connects to a BOSH service, usually at the same domain.  Depending on the BOSH service, you may or may not be allowed to use any internet accessible XMPP server.  For instance, with Punjab, you can connect to anything.  With the BOSH service that comes as part of many XMPP servers, you will be restricted to that specific server.</p>
<p>You will always need to run a BOSH service somewhere for Strophe, but that service does not need to be heavyweight.  For example, Punjab is quite lean on the CPU, which is what we wrote and use at Chesspark.</p>
<p>As to how to connect to a private jabber server, just restrict the jabber server from accepting connections from anything but the bosh service, which is running somewhere locally.  You can let the BOSH service handle dns resolution, even if the resolution is to an internal IP address.  Just hardcode the domain when you call the Strophe.Connection.connect() function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Jones</title>
		<link>http://metajack.wordpress.com/2008/06/30/strophe-preview-xmpp-in-javascript/#comment-256</link>
		<dc:creator>Brandon Jones</dc:creator>
		<pubDate>Mon, 04 Aug 2008 21:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/?p=57#comment-256</guid>
		<description>I actually have a question regarding the nature of how exactly this would connect to a server, because I&#039;m thinking of replacing our current means of Live Chat for our website. The way we do it now requires a server-side jabber application that gets run by the server based on a background call made when the user tries to connect, this program goes on to read a file system to check an XML file and update one too. But it&#039;s more processor intensive than we&#039;d like out of the web application, so we want to replace it.

The only thing I&#039;m really curious about is how to allow connection to a jabber server on our network, but not publicly exposed. It wouldn&#039;t be as simple as specifying server.domain.com or anything like that, we would need to supply an IP address. I&#039;m not entirely sure how this works, and whether or not supplying the IP address to your API would allow for a BOSH connection to the server or not. Further guidance on this would be much appreciated.

Thanks,
Brandon Jones</description>
		<content:encoded><![CDATA[<p>I actually have a question regarding the nature of how exactly this would connect to a server, because I&#8217;m thinking of replacing our current means of Live Chat for our website. The way we do it now requires a server-side jabber application that gets run by the server based on a background call made when the user tries to connect, this program goes on to read a file system to check an XML file and update one too. But it&#8217;s more processor intensive than we&#8217;d like out of the web application, so we want to replace it.</p>
<p>The only thing I&#8217;m really curious about is how to allow connection to a jabber server on our network, but not publicly exposed. It wouldn&#8217;t be as simple as specifying server.domain.com or anything like that, we would need to supply an IP address. I&#8217;m not entirely sure how this works, and whether or not supplying the IP address to your API would allow for a BOSH connection to the server or not. Further guidance on this would be much appreciated.</p>
<p>Thanks,<br />
Brandon Jones</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tofu</title>
		<link>http://metajack.wordpress.com/2008/06/30/strophe-preview-xmpp-in-javascript/#comment-230</link>
		<dc:creator>tofu</dc:creator>
		<pubDate>Mon, 07 Jul 2008 13:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/?p=57#comment-230</guid>
		<description>The Twisted BOSH client code is punjab.

http://www.butterfat.net/wiki/Projects/PunJab</description>
		<content:encoded><![CDATA[<p>The Twisted BOSH client code is punjab.</p>
<p><a href="http://www.butterfat.net/wiki/Projects/PunJab" rel="nofollow">http://www.butterfat.net/wiki/Projects/PunJab</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Clemesha</title>
		<link>http://metajack.wordpress.com/2008/06/30/strophe-preview-xmpp-in-javascript/#comment-217</link>
		<dc:creator>Alex Clemesha</dc:creator>
		<pubDate>Thu, 03 Jul 2008 05:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/?p=57#comment-217</guid>
		<description>This post:
http://metajack.wordpress.com/2008/07/02/xmpp-is-better-with-bosh/
answers the questions (and more!) I had in my previous comment.

Please, if you have the time, post the Twisted BOSH client code, or other examples.
Very cool stuff, thanks!</description>
		<content:encoded><![CDATA[<p>This post:<br />
<a href="http://metajack.wordpress.com/2008/07/02/xmpp-is-better-with-bosh/" rel="nofollow">http://metajack.wordpress.com/2008/07/02/xmpp-is-better-with-bosh/</a><br />
answers the questions (and more!) I had in my previous comment.</p>
<p>Please, if you have the time, post the Twisted BOSH client code, or other examples.<br />
Very cool stuff, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XMPP Is Better With BOSH &#171; metajack</title>
		<link>http://metajack.wordpress.com/2008/06/30/strophe-preview-xmpp-in-javascript/#comment-216</link>
		<dc:creator>XMPP Is Better With BOSH &#171; metajack</dc:creator>
		<pubDate>Thu, 03 Jul 2008 04:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/?p=57#comment-216</guid>
		<description>[...] Go read the BOSH specification in XEP 124.  Go write an interesting XMPP Web application with Strophe.  Go check out a BOSH server like Punjab.  Go run BOSH in the cloud.    Filed under: chesspark, [...]</description>
		<content:encoded><![CDATA[<p>[...] Go read the BOSH specification in XEP 124.  Go write an interesting XMPP Web application with Strophe.  Go check out a BOSH server like Punjab.  Go run BOSH in the cloud.    Filed under: chesspark, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Clemesha</title>
		<link>http://metajack.wordpress.com/2008/06/30/strophe-preview-xmpp-in-javascript/#comment-215</link>
		<dc:creator>Alex Clemesha</dc:creator>
		<pubDate>Thu, 03 Jul 2008 00:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/?p=57#comment-215</guid>
		<description>This looks very nice. 

As you may know, there are several (many?) half-baked comet implementations out there.  Could you compare/contrast this verses a &#039;pure comet&#039; solution (whatever that means :). 

I know you guys at Chesspark use Twisted a fair amount, could you go into more detail on how you connect the two (strophe  twisted)? If that is in fact what you do.

Anyways, I&#039;m anxiously waiting on some tutorials, etc
thanks!</description>
		<content:encoded><![CDATA[<p>This looks very nice. </p>
<p>As you may know, there are several (many?) half-baked comet implementations out there.  Could you compare/contrast this verses a &#8216;pure comet&#8217; solution (whatever that means <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . </p>
<p>I know you guys at Chesspark use Twisted a fair amount, could you go into more detail on how you connect the two (strophe  twisted)? If that is in fact what you do.</p>
<p>Anyways, I&#8217;m anxiously waiting on some tutorials, etc<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-07-02 &#171; dMitry Alexandrov</title>
		<link>http://metajack.wordpress.com/2008/06/30/strophe-preview-xmpp-in-javascript/#comment-213</link>
		<dc:creator>links for 2008-07-02 &#171; dMitry Alexandrov</dc:creator>
		<pubDate>Wed, 02 Jul 2008 08:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/?p=57#comment-213</guid>
		<description>[...] Strophe Preview: XMPP In JavaScript (tags: js im gamedev)       Posted by mitry Filed in blog [...]</description>
		<content:encoded><![CDATA[<p>[...] Strophe Preview: XMPP In JavaScript (tags: js im gamedev)       Posted by mitry Filed in blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The State Of JavaScript Documentation Tools &#171; metajack</title>
		<link>http://metajack.wordpress.com/2008/06/30/strophe-preview-xmpp-in-javascript/#comment-211</link>
		<dc:creator>The State Of JavaScript Documentation Tools &#171; metajack</dc:creator>
		<pubDate>Wed, 02 Jul 2008 05:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/?p=57#comment-211</guid>
		<description>[...] 01Jul08    I&#8217;ve been working furiously over the last week to prepare a 1.0 release of Strophe. For the C library Doxygen was an easy choice.  The markup is based on Javadoc, and the tool just [...]</description>
		<content:encoded><![CDATA[<p>[...] 01Jul08    I&#8217;ve been working furiously over the last week to prepare a 1.0 release of Strophe. For the C library Doxygen was an easy choice.  The markup is based on Javadoc, and the tool just [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
