UpdateUserInfo: Difference between revisions
Jump to navigation
Jump to search
Cube Linden (talk | contribs) mNo edit summary |
No edit summary |
||
| (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 20: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. |