Difference between revisions of "DeclineCallingCard"

From Second Life Wiki
Jump to navigation Jump to search
m
 
m (Added a few details and updated to include relationship messages category.)
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 18: Line 17:
</pre>
</pre>
==Usage and Notes==
==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]]
[[Category:Messages]]
[[Category:Messages]]
[[Category:Relationship Messages]]

Latest revision as of 21:37, 2 July 2008

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