Difference between revisions of "UserInfoReply"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(Added Missing Field)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 12: Line 11:
UserData Single
UserData Single
{ IMViaEMail BOOL }
{ IMViaEMail BOOL }
{ DirectoryVisibility Variable 1 }
{ EMail Variable 2 }
{ EMail Variable 2 }
}
}
Line 17: Line 17:


</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
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