RetrieveInstantMessages: Difference between revisions
Jump to navigation
Jump to search
Cube Linden (talk | contribs) mNo edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ProtocolNav}} | {{ProtocolNav}} | ||
==Message Layout== | ==Message Layout== | ||
Line 14: | Line 13: | ||
</pre> | </pre> | ||
==Usage and Notes== | ==Usage and Notes== | ||
Used by client to get instant messages that were persisted out to the database while the user was offline. | |||
==Related Messages== | |||
[[ImprovedInstantMessage]] | |||
[[Category:Messages]] | [[Category:Messages]] |
Latest revision as of 06:07, 8 June 2008
Message Layout
{ RetrieveInstantMessages Low NotTrusted Unencoded { AgentData Single { AgentID LLUUID } { SessionID LLUUID } } }
Usage and Notes
Used by client to get instant messages that were persisted out to the database while the user was offline.