RetrieveInstantMessages: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
mNo edit summary
 
Day Oh (talk | contribs)
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.

Related Messages

ImprovedInstantMessage