TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

Question about Personal Message #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How to set this status in personal message, as "playing a game"?

What is the correct way to do this? Could anybody please provide an example

Info from piki:

"Playing a Game 
 <CurrentMedia>\0Games\01\0Playing {0}\0Game Name\0</CurrentMedia>"

Thanks

Original issue reported on code.google.com by Flashbo...@gmail.com on 27 Aug 2009 at 12:00

GoogleCodeExporter commented 9 years ago
Hi, 
I will answer you through email. Don't post an issue if you have a question 
next 
time, issue is only for bug report.

Original comment by freezing...@gmail.com on 29 Aug 2009 at 11:38

GoogleCodeExporter commented 9 years ago
messenger.Owner.PersonalMessage = new PersonalMessage(
                    "Games",
                    MediaType.Game,
                    new string[] { "gggggame" },
                    @"Playing {0}",
                    NSMessageHandler.MachineGuid);

Original comment by freezing...@gmail.com on 29 Aug 2009 at 1:07