<?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: Mobile Applications Commentary</title>
	<atom:link href="http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/</link>
	<description>Ripping mobility from the clutches of telecom</description>
	<pubDate>Fri, 05 Sep 2008 12:34:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Joel Selanikio</title>
		<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-278155</link>
		<dc:creator>Joel Selanikio</dc:creator>
		<pubDate>Wed, 28 May 2008 16:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-278155</guid>
		<description>Mike, I'd love to talk with you about these issues sometime. --Joel</description>
		<content:encoded><![CDATA[<p>Mike, I&#8217;d love to talk with you about these issues sometime. &#8211;Joel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rowehl: This is Mobility &#187; Blog Archive &#187; SMS on Alternate Ports</title>
		<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-245188</link>
		<dc:creator>Mike Rowehl: This is Mobility &#187; Blog Archive &#187; SMS on Alternate Ports</dc:creator>
		<pubDate>Thu, 28 Feb 2008 15:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-245188</guid>
		<description>[...] up on some of the mobile applications pondering I was doing the other day, I&#8217;ve been pointed at and run across some new info about SMS usage. I figured I would post it [...]</description>
		<content:encoded><![CDATA[<p>[...] up on some of the mobile applications pondering I was doing the other day, I&#8217;ve been pointed at and run across some new info about SMS usage. I figured I would post it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpop</title>
		<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-243495</link>
		<dc:creator>jpop</dc:creator>
		<pubDate>Mon, 25 Feb 2008 01:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-243495</guid>
		<description>Yo Mike, I recently read this, hopefully this might help you out. 

http://blog.mobivity.com/?p=208 

I recently came across your blog, and I have to say it's outstanding!

jpop</description>
		<content:encoded><![CDATA[<p>Yo Mike, I recently read this, hopefully this might help you out. </p>
<p><a href="http://blog.mobivity.com/?p=208" rel="nofollow">http://blog.mobivity.com/?p=208</a> </p>
<p>I recently came across your blog, and I have to say it&#8217;s outstanding!</p>
<p>jpop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PanMan</title>
		<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-243444</link>
		<dc:creator>PanMan</dc:creator>
		<pubDate>Sun, 24 Feb 2008 23:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-243444</guid>
		<description>Altho I agree that GPRS makes more sense for most applications (especially because SMS costs up to thousands of dollars/Mb), technically both options are possible. The JSR you linked to includes port numbers:
"However, this Java API supports the use of port numbers to specify a Java application as the message target." and, for incomming messages, there is an example: // Get our receiving port connection.
messconn = (MessageConnection)
Connector.open(“sms://:6222”);
And with clickatell it's also possible, altho you have to encode it yourself: http://forums.clickatell.com/index.php?topic=298.0</description>
		<content:encoded><![CDATA[<p>Altho I agree that GPRS makes more sense for most applications (especially because SMS costs up to thousands of dollars/Mb), technically both options are possible. The JSR you linked to includes port numbers:<br />
&#8220;However, this Java API supports the use of port numbers to specify a Java application as the message target.&#8221; and, for incomming messages, there is an example: // Get our receiving port connection.<br />
messconn = (MessageConnection)<br />
Connector.open(“sms://:6222”);<br />
And with clickatell it&#8217;s also possible, altho you have to encode it yourself: <a href="http://forums.clickatell.com/index.php?topic=298.0" rel="nofollow">http://forums.clickatell.com/index.php?topic=298.0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Hume</title>
		<link>http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-243286</link>
		<dc:creator>Tom Hume</dc:creator>
		<pubDate>Sun, 24 Feb 2008 13:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/23/mobile-applications-commentary/#comment-243286</guid>
		<description>Mike

It's been a little while since I looked at this myself, but I think what you're after (port addressing of SMS messages) is part of the WAP Push spec, not SMS. In the distance past (late 90s) I think it was called narrowband sockets, then the WAP forum either appropriated it (or were "inspired" by it). You can deliver messages to Java apps by using correctly addressed WAP Push messages using the push registry in MIDP 2.0 (we've done this before):

http://wiki.forum.nokia.com/index.php/PushRegistry

ISTR ( tho I'm not certain) that when we did this we were sending messages across carriers too - in the UK at least.</description>
		<content:encoded><![CDATA[<p>Mike</p>
<p>It&#8217;s been a little while since I looked at this myself, but I think what you&#8217;re after (port addressing of SMS messages) is part of the WAP Push spec, not SMS. In the distance past (late 90s) I think it was called narrowband sockets, then the WAP forum either appropriated it (or were &#8220;inspired&#8221; by it). You can deliver messages to Java apps by using correctly addressed WAP Push messages using the push registry in MIDP 2.0 (we&#8217;ve done this before):</p>
<p><a href="http://wiki.forum.nokia.com/index.php/PushRegistry" rel="nofollow">http://wiki.forum.nokia.com/index.php/PushRegistry</a></p>
<p>ISTR ( tho I&#8217;m not certain) that when we did this we were sending messages across carriers too - in the UK at least.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
