Difference between revisions of "AcceptCallingCard"
Jump to navigation
Jump to search
Cube Linden (talk | contribs) m |
(Updated usage and notes with more information.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ProtocolNav}} | {{ProtocolNav}} | ||
==Message Layout== | ==Message Layout== | ||
Line 22: | 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]] | |||
[[Category:Messages]] | [[Category:Messages]] | ||
[[Category:Relationship Messages]] |
Latest revision as of 20: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