AcceptCallingCard

From Second Life Wiki
Jump to navigation Jump to search

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