Difference between revisions of "UserInfoReply"

From Second Life Wiki
Jump to navigation Jump to search
(Added Missing Field)
 
Line 11: Line 11:
UserData Single
UserData Single
{ IMViaEMail BOOL }
{ IMViaEMail BOOL }
{ DirectoryVisibility Variable 1 }
{ EMail Variable 2 }
{ EMail Variable 2 }
}
}
Line 16: Line 17:


</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Email settings, response to [[UserInfoRequest]]
Email settings, response to [[UserInfoRequest]]
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 20:10, 9 July 2008

Message Layout

{
	UserInfoReply	Low	NotTrusted Unencoded
	{
		AgentData	Single
		{	AgentID	LLUUID	}
	}
	{
		UserData	Single
		{	IMViaEMail	BOOL	}
		{	DirectoryVisibility	Variable 1	}
		{	EMail		Variable	2	}
	}
}

Usage and Notes

Email settings, response to UserInfoRequest