RetrieveInstantMessages: Difference between revisions

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