Activity window invites automatically declined

I have an activity window application that works as provisioned, but I need to make some changes and do testing without affecting the online application.

When I set the msgrp2p.xml file entryID to 7,set the URL to point to my new site index file, and set the appID in my buddyscript code to 7, every invitation is automatically declined by my messenger client (tried both 7.5 and live messenger).

This is the message shown :

The invitation from m to start an activity or game was declined on your behalf because the activity is not available to you.

Anyone else having this problem.. or know the reason



Answer this question

Activity window invites automatically declined

  • Lee Witherington

    Yes that's right. Messenger only checks the name for appID number 7
  • Delusion7

    1) Are you sure you put msgrp2p.xml in the right directory

    2) Are you sure the activity-title you use in buddyscript is the same as the name set in the xml file For example, if you call MSNSLPSendInvitationToOpenP4Application(7, "My Activity132") in buddyscript, the xml file must contain <EntryID>7</EntryID> and <Name>My activity123</Name>.



  • BenSisson

    The problem seemed to be the name matching.

    Interesting, because for provisioned apps the name does not need to match...

    Thanks for the help


  • Activity window invites automatically declined