<?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: Why text-based protocols hurt your design</title>
	<atom:link href="http://blog.radvision.com/codeofcontact/2008/02/11/why-text-based-protocols-hurt-your-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.radvision.com/codeofcontact/2008/02/11/why-text-based-protocols-hurt-your-design/</link>
	<description>The ins and outs of V²oIP &#38; IMS programming</description>
	<pubDate>Thu, 20 Nov 2008 00:06:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Ran Arad</title>
		<link>http://blog.radvision.com/codeofcontact/2008/02/11/why-text-based-protocols-hurt-your-design/#comment-6</link>
		<dc:creator>Ran Arad</dc:creator>
		<pubDate>Tue, 12 Feb 2008 10:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.radvision.com/codeofcontact/2008/02/11/why-text-based-protocols-hurt-your-design/#comment-6</guid>
		<description>My suggestion is twofold:
One option is to force text encoding to be rigid. For instance, if IMS would have enforced some rigid encoding standard the same way it enforced Sig-Comp, There might have been a movement towards rigid code. Alternatively, a rigid encoding could replace Sig -Comp by some conversion to binary form.
Since we do not live in a perfect world, my other suggestion is that programmers be aware of the effect the parsers tend to have on their design, and take measures to prevent it, like forcing the parser to be unaware of context, or at least resisting the temptation to add logic to the parser.</description>
		<content:encoded><![CDATA[<p>My suggestion is twofold:<br />
One option is to force text encoding to be rigid. For instance, if IMS would have enforced some rigid encoding standard the same way it enforced Sig-Comp, There might have been a movement towards rigid code. Alternatively, a rigid encoding could replace Sig -Comp by some conversion to binary form.<br />
Since we do not live in a perfect world, my other suggestion is that programmers be aware of the effect the parsers tend to have on their design, and take measures to prevent it, like forcing the parser to be unaware of context, or at least resisting the temptation to add logic to the parser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.radvision.com/codeofcontact/2008/02/11/why-text-based-protocols-hurt-your-design/#comment-5</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 12 Feb 2008 05:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.radvision.com/codeofcontact/2008/02/11/why-text-based-protocols-hurt-your-design/#comment-5</guid>
		<description>Hi Yan,

We've just begun posting here on these blogs. I am sure that in the near future you'll see additional blogs pop up here on our site with varied content from different parts of RADVISION.</description>
		<content:encoded><![CDATA[<p>Hi Yan,</p>
<p>We&#8217;ve just begun posting here on these blogs. I am sure that in the near future you&#8217;ll see additional blogs pop up here on our site with varied content from different parts of RADVISION.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yan Simkin</title>
		<link>http://blog.radvision.com/codeofcontact/2008/02/11/why-text-based-protocols-hurt-your-design/#comment-4</link>
		<dc:creator>Yan Simkin</dc:creator>
		<pubDate>Tue, 12 Feb 2008 04:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.radvision.com/codeofcontact/2008/02/11/why-text-based-protocols-hurt-your-design/#comment-4</guid>
		<description>Continuation:
... and the things started moving. Maybe, this is what's going to happen with SIP and the others?

BTW, why are there only TBU guys posting here? I would expect the NBU to contribute a bit as well - they have their wise men :)


Thanks,
WBR,
Yan</description>
		<content:encoded><![CDATA[<p>Continuation:<br />
&#8230; and the things started moving. Maybe, this is what&#8217;s going to happen with SIP and the others?</p>
<p>BTW, why are there only TBU guys posting here? I would expect the NBU to contribute a bit as well - they have their wise men <img src='http://blog.radvision.com/codeofcontact/wp-includes/images/smilies/icon_biggrin.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks,<br />
WBR,<br />
Yan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yan Simkin</title>
		<link>http://blog.radvision.com/codeofcontact/2008/02/11/why-text-based-protocols-hurt-your-design/#comment-3</link>
		<dc:creator>Yan Simkin</dc:creator>
		<pubDate>Tue, 12 Feb 2008 04:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.radvision.com/codeofcontact/2008/02/11/why-text-based-protocols-hurt-your-design/#comment-3</guid>
		<description>:-S Hi, Ran!
As a one who used to work a lot with different vendors of equipment (SIP and H.323) during the "RVSN" part of my life as an Interop Test Eng, I know exactly what you mean when you're talking about the difference in the implementations of the protocols based on text. But what would you suggest? Eliminating text-based protocols? 
Just for example, in H.323 world, there was a moment when a first standard for Dual Video has arrived (H.329). Despite being a standard, every vendor implemented this in different way and this was quite a headache for a very long period of time. But, at the end, the things got better</description>
		<content:encoded><![CDATA[<p> <img src='http://blog.radvision.com/codeofcontact/wp-includes/images/smilies/icon_confused.gif' alt=':-S' class='wp-smiley' /> Hi, Ran!<br />
As a one who used to work a lot with different vendors of equipment (SIP and H.323) during the &#8220;RVSN&#8221; part of my life as an Interop Test Eng, I know exactly what you mean when you&#8217;re talking about the difference in the implementations of the protocols based on text. But what would you suggest? Eliminating text-based protocols?<br />
Just for example, in H.323 world, there was a moment when a first standard for Dual Video has arrived (H.329). Despite being a standard, every vendor implemented this in different way and this was quite a headache for a very long period of time. But, at the end, the things got better</p>
]]></content:encoded>
	</item>
</channel>
</rss>
