<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SendDataOptions.Chat in XNA Game Studio 3.0</title><link>http://blogs.msdn.com/shawnhar/archive/2008/10/01/senddataoptions-chat-in-xna-game-studio-3-0.aspx</link><description>Xbox LIVE encrypts all network traffic. This makes it hard for people to cheat by intercepting and modifying packets. However, communication data is required to be sent via an unencrypted channel. Because of this, each LIVE packet contains two sections.</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: SendDataOptions.Chat in XNA Game Studio 3.0</title><link>http://blogs.msdn.com/shawnhar/archive/2008/10/01/senddataoptions-chat-in-xna-game-studio-3-0.aspx#8973477</link><pubDate>Thu, 02 Oct 2008 14:51:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8973477</guid><dc:creator>BenS1</dc:creator><description>&lt;p&gt;Sorry Shawn, I don;t quite get it.&lt;/p&gt;
&lt;p&gt;When you say Text Chat, do you mean like typing messages to each other, Instant Messenger style?&lt;/p&gt;
&lt;p&gt;If so then why does this have to be unencrypted? I can't see any reason we couldn't do this already in version 2.&lt;/p&gt;
&lt;p&gt;I must be missing something?&lt;/p&gt;
&lt;p&gt;However, you did almost touch on another interesting subject when you said that the ordering of chat and non-chat data will be maintained independently. This is similar to the concept of channels in Lidgren, something that would be very useful in XNA studio. &lt;/p&gt;
&lt;p&gt;Is there any chance of adding full support for channels in a future release?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: SendDataOptions.Chat in XNA Game Studio 3.0</title><link>http://blogs.msdn.com/shawnhar/archive/2008/10/01/senddataoptions-chat-in-xna-game-studio-3-0.aspx#8973575</link><pubDate>Thu, 02 Oct 2008 16:31:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8973575</guid><dc:creator>ShawnHargreaves</dc:creator><description>&lt;p&gt;&amp;gt; When you say Text Chat, do you mean like typing messages to each other, Instant Messenger style?&lt;/p&gt;
&lt;p&gt;Exactly.&lt;/p&gt;
&lt;p&gt;&amp;gt; If so then why does this have to be unencrypted? I can't see any reason we couldn't do this already in version 2.&lt;/p&gt;
&lt;p&gt;Read the EULA. Technically you could implement this, but if you did, you would be breaking the law.&lt;/p&gt;
</description></item><item><title>re: SendDataOptions.Chat in XNA Game Studio 3.0</title><link>http://blogs.msdn.com/shawnhar/archive/2008/10/01/senddataoptions-chat-in-xna-game-studio-3-0.aspx#8973674</link><pubDate>Thu, 02 Oct 2008 17:47:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8973674</guid><dc:creator>CGomez</dc:creator><description>&lt;p&gt;I think it's great that your team implemented something like this. &amp;nbsp;I recall last year the uproar over that piece of the EULA that forbid text chat (for reasons many programmers don't understand. &amp;nbsp;I do not pretend to be a lawyer or work for MSFT or even know anyone at MSFT, but it seemed to be for legal reasons outside of MSFT's control).&lt;/p&gt;
&lt;p&gt;Amazing that you put it in the framework for 3.0. &amp;nbsp;Whether it was just &amp;quot;on your roadmap&amp;quot; or due to the uproar, the demonstration of responsiveness to game programmers' needs is fantastic.&lt;/p&gt;
</description></item><item><title>re: SendDataOptions.Chat in XNA Game Studio 3.0</title><link>http://blogs.msdn.com/shawnhar/archive/2008/10/01/senddataoptions-chat-in-xna-game-studio-3-0.aspx#8975283</link><pubDate>Fri, 03 Oct 2008 12:06:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8975283</guid><dc:creator>BenS1</dc:creator><description>&lt;p&gt;&amp;gt; Read the EULA. Technically you could implement this, but if you did, you would be breaking the law.&lt;/p&gt;
&lt;p&gt;Ah ok, me bad. &lt;/p&gt;
&lt;p&gt;I also notice that you say that it should only be used for chat and nothing else. However, technically it looks like it could be used as a second independent channel (Lidgren style) so that you could have 2 independent communication streams, each maintaining their own ordering/reliability flags. &lt;/p&gt;
&lt;p&gt;So, is the only reason that we shouldn't do that because the unencrypted stream would then be vulnerable to hacking?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: SendDataOptions.Chat in XNA Game Studio 3.0</title><link>http://blogs.msdn.com/shawnhar/archive/2008/10/01/senddataoptions-chat-in-xna-game-studio-3-0.aspx#8975666</link><pubDate>Fri, 03 Oct 2008 19:27:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8975666</guid><dc:creator>ShawnHargreaves</dc:creator><description>&lt;p&gt;&amp;gt; I also notice that you say that it should only be used for chat and nothing else. However, technically it looks like it could be used as a second independent channel&lt;/p&gt;
&lt;p&gt;Technically, yes.&lt;/p&gt;
&lt;p&gt;Legally, no.&lt;/p&gt;
&lt;p&gt;You would be in violation of the EULA if you did this. The only acceptable way to use this stuff is exactly how I outlined in the above post. Please do not abuse this functionality!&lt;/p&gt;
&lt;p&gt;Sorry if this comes across as rigid or uncompromising, but that's the way it is. I'm not a lawyer, so I can't go into details as to why these requirements exist, but they do, and we're all responsible for obeying the law...&lt;/p&gt;
</description></item></channel></rss>