<?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: Connecting to Apple Push Notification Services using Python &amp; Twisted</title>
	<atom:link href="http://blog.nuclearbunny.org/2009/05/11/connecting-to-apple-push-notification-services-using-python-twisted/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nuclearbunny.org/2009/05/11/connecting-to-apple-push-notification-services-using-python-twisted/</link>
	<description>Blah, blah, blah...</description>
	<lastBuildDate>Wed, 01 Sep 2010 14:59:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Noob</title>
		<link>http://blog.nuclearbunny.org/2009/05/11/connecting-to-apple-push-notification-services-using-python-twisted/comment-page-1/#comment-309</link>
		<dc:creator>Noob</dc:creator>
		<pubDate>Thu, 15 Oct 2009 05:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nuclearbunny.org/?p=384#comment-309</guid>
		<description>cannot figure out how this code works...

where do you call sendMessage, 

and what how to prepare the deviceToken string and payload string?????

Could someone elaborate?
thx in advance</description>
		<content:encoded><![CDATA[<p>cannot figure out how this code works&#8230;</p>
<p>where do you call sendMessage, </p>
<p>and what how to prepare the deviceToken string and payload string?????</p>
<p>Could someone elaborate?<br />
thx in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.nuclearbunny.org/2009/05/11/connecting-to-apple-push-notification-services-using-python-twisted/comment-page-1/#comment-224</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 16 Aug 2009 17:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nuclearbunny.org/?p=384#comment-224</guid>
		<description>All fixed... an issue caused after the blog was moved to a new server.</description>
		<content:encoded><![CDATA[<p>All fixed&#8230; an issue caused after the blog was moved to a new server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron</title>
		<link>http://blog.nuclearbunny.org/2009/05/11/connecting-to-apple-push-notification-services-using-python-twisted/comment-page-1/#comment-222</link>
		<dc:creator>Cameron</dc:creator>
		<pubDate>Sat, 15 Aug 2009 09:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nuclearbunny.org/?p=384#comment-222</guid>
		<description>Is the link to the script broken?</description>
		<content:encoded><![CDATA[<p>Is the link to the script broken?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walpa</title>
		<link>http://blog.nuclearbunny.org/2009/05/11/connecting-to-apple-push-notification-services-using-python-twisted/comment-page-1/#comment-216</link>
		<dc:creator>Walpa</dc:creator>
		<pubDate>Mon, 27 Jul 2009 13:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nuclearbunny.org/?p=384#comment-216</guid>
		<description>Thanks for posting this. Could you post an example of how then to send a message and receive feedback? I&#039;m not sure I understand how to use this code.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. Could you post an example of how then to send a message and receive feedback? I&#8217;m not sure I understand how to use this code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jereme</title>
		<link>http://blog.nuclearbunny.org/2009/05/11/connecting-to-apple-push-notification-services-using-python-twisted/comment-page-1/#comment-205</link>
		<dc:creator>Jereme</dc:creator>
		<pubDate>Tue, 21 Jul 2009 11:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nuclearbunny.org/?p=384#comment-205</guid>
		<description>Nice work. 
Check it out too http://code.google.com/p/apns-python-wrapper/ Python wrapper for APNS.</description>
		<content:encoded><![CDATA[<p>Nice work.<br />
Check it out too <a href="http://code.google.com/p/apns-python-wrapper/" rel="nofollow">http://code.google.com/p/apns-python-wrapper/</a> Python wrapper for APNS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chadwick</title>
		<link>http://blog.nuclearbunny.org/2009/05/11/connecting-to-apple-push-notification-services-using-python-twisted/comment-page-1/#comment-191</link>
		<dc:creator>chadwick</dc:creator>
		<pubDate>Tue, 07 Jul 2009 16:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nuclearbunny.org/?p=384#comment-191</guid>
		<description>thanks! I updated the post to reflect that.</description>
		<content:encoded><![CDATA[<p>thanks! I updated the post to reflect that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://blog.nuclearbunny.org/2009/05/11/connecting-to-apple-push-notification-services-using-python-twisted/comment-page-1/#comment-190</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Sun, 05 Jul 2009 17:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nuclearbunny.org/?p=384#comment-190</guid>
		<description>Thank you for posting this, very keen to try out APNS using Python, slight typo on the line for converting the private key &#039;pcks12&#039;...

openssl pcks12 -in pkey.p12 -out pkey.pem -nodes -clcerts

...should be:

openssl pkcs12 -in pkey.p12 -out pkey.pem -nodes -clcerts</description>
		<content:encoded><![CDATA[<p>Thank you for posting this, very keen to try out APNS using Python, slight typo on the line for converting the private key &#8216;pcks12&#8242;&#8230;</p>
<p>openssl pcks12 -in pkey.p12 -out pkey.pem -nodes -clcerts</p>
<p>&#8230;should be:</p>
<p>openssl pkcs12 -in pkey.p12 -out pkey.pem -nodes -clcerts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Push app tutorial please.. - The iPhone Kopitiam</title>
		<link>http://blog.nuclearbunny.org/2009/05/11/connecting-to-apple-push-notification-services-using-python-twisted/comment-page-1/#comment-184</link>
		<dc:creator>Push app tutorial please.. - The iPhone Kopitiam</dc:creator>
		<pubDate>Wed, 01 Jul 2009 22:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nuclearbunny.org/?p=384#comment-184</guid>
		<description>[...] simple messages are sent by the provider whenever a notification needs to be sent to the device.  The Nuclear Bunny Blog Connecting to Apple Push Notification Services using Python &amp; Twisted  Hope this will help. This is still pretty new in the iPhone developer community and we hope that [...]</description>
		<content:encoded><![CDATA[<p>[...] simple messages are sent by the provider whenever a notification needs to be sent to the device.  The Nuclear Bunny Blog Connecting to Apple Push Notification Services using Python &amp; Twisted  Hope this will help. This is still pretty new in the iPhone developer community and we hope that [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
