<?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>Comments on: nginx and BOSH / Comet connections</title>
	<atom:link href="http://tomasz.sterna.tv/2009/05/nginx-and-bosh-comet-connections/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomasz.sterna.tv/2009/05/nginx-and-bosh-comet-connections/</link>
	<description>technology babbling</description>
	<lastBuildDate>Fri, 30 Jul 2010 12:30:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tomasz Sterna</title>
		<link>http://tomasz.sterna.tv/2009/05/nginx-and-bosh-comet-connections/comment-page-1/#comment-94</link>
		<dc:creator>Tomasz Sterna</dc:creator>
		<pubDate>Sat, 13 Jun 2009 14:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=372#comment-94</guid>
		<description>No I would not. I am jabberd2 and Tigase user and have no interest in OpenFire.

Try changing to:
location /http-bind/ {
...
as I shown in my example config.</description>
		<content:encoded><![CDATA[<p>No I would not. I am jabberd2 and Tigase user and have no interest in OpenFire.</p>
<p>Try changing to:<br />
location /http-bind/ {<br />
&#8230;<br />
as I shown in my example config.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunbaoming</title>
		<link>http://tomasz.sterna.tv/2009/05/nginx-and-bosh-comet-connections/comment-page-1/#comment-92</link>
		<dc:creator>sunbaoming</dc:creator>
		<pubDate>Sat, 13 Jun 2009 01:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=372#comment-92</guid>
		<description>hi Tomasz,would you please test you nginx with openfire 3.6.4 . download from  http://www.igniterealtime.org/downloads/index.jsp. openfire http-bind url is http://x.x.x.x:7070/http-bind .

my conf:

location /http-bind {
    proxy_pass http://127.0.0.1:7070;   
}</description>
		<content:encoded><![CDATA[<p>hi Tomasz,would you please test you nginx with openfire 3.6.4 . download from  <a href="http://www.igniterealtime.org/downloads/index.jsp" rel="nofollow">http://www.igniterealtime.org/downloads/index.jsp</a>. openfire http-bind url is <a href="http://x.x.x.x:7070/http-bind" rel="nofollow">http://x.x.x.x:7070/http-bind</a> .</p>
<p>my conf:</p>
<p>location /http-bind {<br />
    proxy_pass <a href="http://127.0.0.1:7070" rel="nofollow">http://127.0.0.1:7070</a>;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasz Sterna</title>
		<link>http://tomasz.sterna.tv/2009/05/nginx-and-bosh-comet-connections/comment-page-1/#comment-91</link>
		<dc:creator>Tomasz Sterna</dc:creator>
		<pubDate>Fri, 12 Jun 2009 23:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=372#comment-91</guid>
		<description>Maybe you should post to /http-bind/ instead of /http-bind ?</description>
		<content:encoded><![CDATA[<p>Maybe you should post to /http-bind/ instead of /http-bind ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunbaoming</title>
		<link>http://tomasz.sterna.tv/2009/05/nginx-and-bosh-comet-connections/comment-page-1/#comment-87</link>
		<dc:creator>sunbaoming</dc:creator>
		<pubDate>Fri, 12 Jun 2009 14:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=372#comment-87</guid>
		<description>it looked like nginx don&#039;t support XEP-1024 POST data.  when post always return status code 301 but when GET /http-bind , it worked.

maybe nginx would check posted  data , but  xep-0124  data is not  a valid normal http package so refused by nginx.</description>
		<content:encoded><![CDATA[<p>it looked like nginx don&#8217;t support XEP-1024 POST data.  when post always return status code 301 but when GET /http-bind , it worked.</p>
<p>maybe nginx would check posted  data , but  xep-0124  data is not  a valid normal http package so refused by nginx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasz Sterna</title>
		<link>http://tomasz.sterna.tv/2009/05/nginx-and-bosh-comet-connections/comment-page-1/#comment-86</link>
		<dc:creator>Tomasz Sterna</dc:creator>
		<pubDate>Fri, 12 Jun 2009 12:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=372#comment-86</guid>
		<description>$ nginx -v
nginx version: nginx/0.7.59</description>
		<content:encoded><![CDATA[<p>$ nginx -v<br />
nginx version: nginx/0.7.59</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunbaoming</title>
		<link>http://tomasz.sterna.tv/2009/05/nginx-and-bosh-comet-connections/comment-page-1/#comment-85</link>
		<dc:creator>sunbaoming</dc:creator>
		<pubDate>Fri, 12 Jun 2009 12:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=372#comment-85</guid>
		<description>same problem with me.
I use nginx 0.7.59 and nginx 0.8.x , all response my bosh request with 301 Moved Permanently. and I get crasy now.
would you please tell me what&#039;s the version of nginx worked?</description>
		<content:encoded><![CDATA[<p>same problem with me.<br />
I use nginx 0.7.59 and nginx 0.8.x , all response my bosh request with 301 Moved Permanently. and I get crasy now.<br />
would you please tell me what&#8217;s the version of nginx worked?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.136 seconds -->
