Difference between revisions of "AcceptCallingCard"

From Second Life Wiki
Jump to navigation Jump to search
(Updated usage and notes with more information.)
 
Line 21: Line 21:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used to both accept a calling card and notify the sender that the calling card was accepted.
TransactionID must match the TransactionID given in the offer for this message to have any effect.
FolderID is the folder the calling card should be placed in. Although the block is variable in count, I could not find an instance where it was used more than once.
See also [[OfferCallingCard]]
See also [[OfferCallingCard]]
[[Category:Messages]]
[[Category:Messages]]
[[Category:Relationship Messages]]
[[Category:Relationship Messages]]

Latest revision as of 21:09, 2 July 2008

Message Layout

{
	AcceptCallingCard Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID  }
		{	SessionID	LLUUID  }
	}
	{
		TransactionBlock	Single
		{	TransactionID	LLUUID	}
	}
	{
		FolderData			Variable
		{	FolderID		LLUUID	} 
	}
}

Usage and Notes

Used to both accept a calling card and notify the sender that the calling card was accepted.

TransactionID must match the TransactionID given in the offer for this message to have any effect. FolderID is the folder the calling card should be placed in. Although the block is variable in count, I could not find an instance where it was used more than once.

See also OfferCallingCard