quote:
Originally posted by CookieRevised
To put it extremely simple the persional messages have 2 kinds of data: the text shown, and the underlying link (compare it to an html link on a site).
Text can only have 1 data: the text itself. And you can not go changing all the text-objects in some other "multi-data objects" just like that.
In Other words...
All that Messenger tells to your contact is the text and what type of text it is. For example: You listen to a song called "
Eminem - Mockingbird". All that Messenger really tells to your contacts is...
code:
<artist>Eminem</artist> <title>Mockingbird</title> <type>music</type>
The Messengers of
your contacts will format this data and add the underlying link to MSN Music to it.
So the only way this
could be done is...
- When Microsoft adds support for it, but that will never happen because of security issues.
- When somebody creates a plugin for it and
your contacts install that plugin. That
could be done but the whole thing becomes useless when you need to tell your contact to install a plugin before the can see your link.