<?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/"
	>

<channel>
	<title>Florian Jensen&#039;s Weblog &#187; mobility</title>
	<atom:link href="http://florianjensen.com/tag/mobility/feed/" rel="self" type="application/rss+xml" />
	<link>http://florianjensen.com</link>
	<description>making the world a better place!</description>
	<lastBuildDate>Mon, 14 Feb 2011 12:19:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What Jabber still needs for more mobility</title>
		<link>http://florianjensen.com/2008/03/21/what-jabber-still-needs-for-more-mobility/</link>
		<comments>http://florianjensen.com/2008/03/21/what-jabber-still-needs-for-more-mobility/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 17:53:11 +0000</pubDate>
		<dc:creator>Florian Jensen</dc:creator>
				<category><![CDATA[Jabber]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[mobility]]></category>

		<guid isPermaLink="false">http://florianjensen.com/2008/03/21/what-jabber-still-needs-for-more-mobility/</guid>
		<description><![CDATA[First off, if you have a good 3G data plan with unlimited everything, or don’t care about paying your precious €€€s to mobile service providers, you can skip this article altogether  
The last few weeks I’ve been traveling quite a  lot, and didn’t always have Open WiFi near me. So I needed to use [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span lang="EN-US">First off, if you have a good 3G data plan with unlimited everything, or don’t care about paying your precious €€€s to mobile service providers, you can skip this article altogether <img src='http://florianjensen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <o:p></o:p></span></p>
<p class="MsoNormal"><a href="http://www.florianjensen.com/wp-content/uploads/2007/10/cimg2872.JPG" title="My E61!"><img src="http://www.florianjensen.com/wp-content/uploads/2007/10/cimg2872.thumbnail.JPG" alt="My E61!" align="right" /></a><span lang="EN-US">The last few weeks I’ve been traveling quite a<span>  </span>lot, and didn’t always have Open WiFi near me. So I needed to use overpriced 3G connections by Proximus. <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Before you tell me, why don’t you have a Data Plan, let me tell you that they are only valid for Belgium itself, and not foreign networks. Why should I need a Data Plan when I am at home? So much about that.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Using 3G a lot in foreign countries, I asked my provider what the actual costs would be. They told me, using Pay&amp;Go Cards you are paying 1,50€ / 100KB. I thought, hey, sounds fair. I mean, the only thing I want to do is check my Jabber Offline Messages and E-mail from time to time.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Let me tell you one thing in the beginning: Do NOT check E-mail with such a rate plan. I downloaded the headers of my E-mail once, and it cost me 400KB! That were just the headers. So forget that directly.<o:p></o:p></span></p>
<p class="MsoNormal"><a href="http://florianjensen.com/wp-content/uploads/2008/03/talkonaut4.png" title="Talkonaut 4.0"><img src="http://florianjensen.com/wp-content/uploads/2008/03/talkonaut4.thumbnail.png" alt="Talkonaut 4.0" align="left" /></a><span lang="EN-US">So I used Jabber. My setup was Talkonaut 3.0 with compression enabled. Do not try to use Jabber without compression. Ask your Server Administrator if the server supports compression, and make sure your client supports it. Using compression I had about 10x less data transferred. If you think about the overpriced traffic, it’s worth enabling it.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I have to say, compared to MSN, yes, I have that installed too, Jabber consumes a lot less. So use Jabber transports instead of native clients.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">But what can be improved?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">First of all, typing notifications. They consume bandwidth for nothing. And when being mobile, do you really care about someone typing? You don’t. This should be filtered on the server and not sent to the mobile device.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Then you have status changes. About 50% of all my traffic were status changes of people on my roster. Ok, I have a big roster (around 400 persons), but again, I don’t care about people coming online or offline, when I am chatting with someone. I don’t see the roster, and I don’t want to. As proposed at the XMPP DevCon, these statuses should be queued on the server, and just the last status should be kept, until my client requests them, i.e. I check my Contact List, or hit a refresh button.<o:p></o:p></span></p>
<p class="MsoNormal"><a href="http://www.florianjensen.com/wp-content/uploads/2007/10/screenshot0001.jpg" title="Talkonaut 3"><img src="http://www.florianjensen.com/wp-content/uploads/2007/10/screenshot0001.thumbnail.jpg" alt="Talkonaut 3" align="right" /></a><span lang="EN-US">On third place, I have my contact list. Every time I log in, the contact list is downloaded. This consumes with compression enabled about 30KB on my account. That’s just a waste of bandwidth. My contact list doesn’t change that often, why can’t the client cache it? Then you need to get the status of every contact. My guess is, that you get them one by one. I.e. contact 1 is online, contact 2 is online, contact 3 is offline … etc. You could do: contact, 1,2 are online, contact 3 is offline. This would compress better and you would save bandwidth. Again, this should be prepared on the server.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I remember that a big part of the discussion for mobility was about power consumption. I have been using 3G quite a lot and WiFi, whenever I found one, and I have to say I don’t see any problem with the consumption. But if anyone has seen the battery of an E61 by Nokia, you know why. It’s huge! I think it’s more important to get clients that consume less bandwidth, as that is something that you really have to pay for. You can recharge your mobile phone nearly anywhere.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Well, that’s it for today. Feel free to comment with your ideas and experiences with your mobile and 3G roaming.<o:p></o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://florianjensen.com/2008/03/21/what-jabber-still-needs-for-more-mobility/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

