Difference between revisions of "RetrieveInstantMessages"

From Second Life Wiki
Jump to navigation Jump to search
m
 
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.
[[Category:Messages]]
[[Category:Messages]]

Revision as of 05:39, 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.