diff options
author | James Cook <james@lindenlab.com> | 2010-03-23 11:41:33 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-03-23 11:41:33 -0700 |
commit | d2f9e34598621f1dabad15025417efd6b81dddf0 (patch) | |
tree | d8638c7aea3e158fad26263dbfe41185a421c1a5 /etc | |
parent | 639b234762133e4d09d6d7b1bac9d25c5a681926 (diff) |
Part DEV-47695 route display name changes via sim for rebroadcast to
nearby avatars for name tag updates and to update cached display name
for LSL nonblocking functions
Diffstat (limited to 'etc')
-rw-r--r-- | etc/message.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/message.xml b/etc/message.xml index c17ae3656d..ebbb4e57a9 100644 --- a/etc/message.xml +++ b/etc/message.xml @@ -370,6 +370,14 @@ </map> <!-- Server to client --> + <key>DisplayNameUpdate</key> + <map> + <key>flavor</key> + <string>llsd</string> + <key>trusted-sender</key> + <boolean>true</boolean> + </map> + <key>ParcelVoiceInfo</key> <map> <key>flavor</key> @@ -426,6 +434,14 @@ <boolean>true</boolean> </map> + <key>SetDisplayNameReply</key> + <map> + <key>flavor</key> + <string>llsd</string> + <key>trusted-sender</key> + <boolean>true</boolean> + </map> + <key>DirLandReply</key> <map> <key>flavor</key> |