Difference between revisions of "UpdateUserInfo"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 13: Line 12:
UserData Single
UserData Single
{ IMViaEMail BOOL }
{ IMViaEMail BOOL }
{ DirectoryVisibility Variable 1 }
}
}
}
}


</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used to updated various account settings. Values are set on the Communications tab of the preferences dialog.
* IMViaEmail determines if you receive instant messages in your email if you receive them while you are offline.
* DirectoryVisibility determines if your online status shows in people search or not.
=== DirectoryVisibility values ===
{| {{Prettytable}}
|- {{Hl2}}
! Value
! Comment
|-
| default
| You show as online when you are online.
|-
| visible
| You show as online when you are online.
|-
| hidden
| You show as offline even if you are online. Does not apply to friends.
|-
| invisible
| Unknown. Reserved for gods.
|}
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 21:38, 9 July 2008

Message Layout

{
	UpdateUserInfo	Low	NotTrusted Unencoded
	{
		AgentData	Single
		{	AgentID	LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		UserData	Single
		{	IMViaEMail	BOOL	}
		{	DirectoryVisibility	Variable 1	}
	}
}

Usage and Notes

Used to updated various account settings. Values are set on the Communications tab of the preferences dialog.

  • IMViaEmail determines if you receive instant messages in your email if you receive them while you are offline.
  • DirectoryVisibility determines if your online status shows in people search or not.

DirectoryVisibility values

Value Comment
default You show as online when you are online.
visible You show as online when you are online.
hidden You show as offline even if you are online. Does not apply to friends.
invisible Unknown. Reserved for gods.