I'm developing a project using XNA to run over a local LAN consisting entirely of PC's with local profiles. For this project I would like to implement text chatting and would just like to double check that this doesn't break any conditions of the EULA or anything else. Looking at the document it appears to only forbid text chatting if running on Xbox 360, so I'm assuming because I'm only running on PC this shouldn't be an issue, yes?
On a side note, would anyone know if implementing text chat functionality is a particularly difficult thing to do through XNA? I've not seen much, if anything, in way of text handling capabilities so far (although I am only just starting out so may have overlooked).
Thanks in advance for any replies :-)