OfferCallingCard

From Second Life Wiki
Revision as of 21:21, 2 July 2008 by Zwagoth Klaar (talk | contribs) (Updated usage to include client behaviour.)
Jump to navigation Jump to search

Message Layout

{
	OfferCallingCard Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID  }
		{	SessionID	LLUUID  }
	}
	{
		AgentBlock			Single
		{	DestID			LLUUID	}
		{	TransactionID	LLUUID	}
	}
}

Usage and Notes

Used to offer someone a calling card.

Sending

Destination must be an avatar and within visible range. TransactionID is a randomly generated UUID by the client.

Receiving

Sender is determined from AgentID in AgentData on the receiving side. Client checks if sender is an avatar, and then tries to locate the objects NV data for first and last name. Silently fails if sender is not found. Declined automatically if busy or muted.