<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Mobile Tidings &#187; WBXML</title>
	<atom:link href="http://mobiletidings.com/tag/wbxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobiletidings.com</link>
	<description>A blog about Internet protocols, mobile technologies and things remotely related</description>
	<lastBuildDate>Mon, 04 Jan 2010 17:40:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sending a bookmark over SMS</title>
		<link>http://mobiletidings.com/2009/03/03/sending-ota-bookmark-over-sms/</link>
		<comments>http://mobiletidings.com/2009/03/03/sending-ota-bookmark-over-sms/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 22:17:49 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[OTA]]></category>
		<category><![CDATA[UDH]]></category>
		<category><![CDATA[WBXML]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=202</guid>
		<description><![CDATA[Another use for SMS is configuring phones over the air (OTA). There are elaborate standard specifications written by the WAP Forum (now Open Mobile Alliance) and somewhat proprietary standards developed by Nokia and Ericsson.
Today I’ll show in detail how to send a bookmark according the Nokia / Ericsson specification. The specification is somewhat older, it [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/03/03/sending-ota-bookmark-over-sms/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Another WAP Push over SMS encoding</title>
		<link>http://mobiletidings.com/2009/02/26/wap-push-over-sms-si-encoding/</link>
		<comments>http://mobiletidings.com/2009/02/26/wap-push-over-sms-si-encoding/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 19:35:38 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[WAP]]></category>
		<category><![CDATA[WBXML]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=189</guid>
		<description><![CDATA[I still needed to show how you can send an Service Indication (SI) document like:

1
2
3
4
5
6
7
8
&#60;?xml version=&#34;1.0&#34;?&#62;
&#60;!DOCTYPE si PUBLIC &#34;-//WAPFORUM//DTD SI 1.0//EN&#34;
                    &#34;www.wapforum.org/DTD/si.dtd&#34;&#62;
&#60;si&#62;
   &#60;indication href=&#34;http://mobiletidings.com/&#34;
     created=&#34;2009-02-26T16:25:00Z&#34;
     si-expires=&#34;2009-03-04T16:25:00Z&#34;&#62;Check [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/02/26/wap-push-over-sms-si-encoding/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
		<item>
		<title>WAP Push SMS encoding</title>
		<link>http://mobiletidings.com/2009/02/21/wap-push-over-sms-encodings/</link>
		<comments>http://mobiletidings.com/2009/02/21/wap-push-over-sms-encodings/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 09:00:15 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[WAP]]></category>
		<category><![CDATA[WBXML]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=154</guid>
		<description><![CDATA[As I started to explain in the , a WAP push consists of an XML document sent to the device over SMS. This is true but somewhat simplified.
The truth is that we send:

an WBXML encoded XML
over WSP (Wireless Session Protocol)
over WDP (Wireless Datagram Protocol)
over SMS

This is called an unconfirmed push.

It is also possible to send [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/02/21/wap-push-over-sms-encodings/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
		<item>
		<title>WAP Push over SMS</title>
		<link>http://mobiletidings.com/2009/02/20/wap-push-over-sms/</link>
		<comments>http://mobiletidings.com/2009/02/20/wap-push-over-sms/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 18:09:51 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[WAP]]></category>
		<category><![CDATA[WBXML]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=153</guid>
		<description><![CDATA[As you may understand, the data you can send via SMS is limited. It is limited because:

A single message can only hold 160 GSM-7 encoded characters
Even though messages , the total size is still limited in several ways:

A message can have at most 256 parts
The receiving device as a (much lower) limit on how many [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/02/20/wap-push-over-sms/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
	</channel>
</rss>
