DeclineCallingCard

From Second Life Wiki
Revision as of 21:37, 2 July 2008 by Zwagoth Klaar (talk | contribs) (Added a few details and updated to include relationship messages category.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Message Layout

{
	DeclineCallingCard Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID  }
		{	SessionID	LLUUID  }
	}
	{
		TransactionBlock	Single
		{	TransactionID	LLUUID	}
	}
}

Usage and Notes

Used to both decline an offer for a calling card as well as notify the sender that the offer was declined.

TransactionID should match the TransactionID from the originating offer for any effect.

See also OfferCallingCard : AcceptCallingCard