summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKyle Ambroff <ambroff@lindenlab.com>2010-10-23 18:43:27 -0700
committerKyle Ambroff <ambroff@lindenlab.com>2010-10-23 18:43:27 -0700
commit9b97fc3f309518155f2b468ea94fc6f373620f2c (patch)
tree23e98f29969d7d69601a5198fca389d811eba3f0 /etc
parentf940b49d0fdcca8efc7d1bdfc7eed2ce65a14767 (diff)
ER-219: Add an asynchronous api for the region debug console
Add support for a new capability, SimConsoleAsync. This is a replacement for the deprecated SimConsole capability that provides an asynchronous API. The old API is still supported, but the simulator will never support both. For the new API, commands will be sent via HTTP POST to the SimConsoleAsync capability, same as before. But the resulting output will be pushed to the viewer view the event-poll, using the newly added SimConsoleResponse LLSD message. Will review with Simon or Falcon.
Diffstat (limited to 'etc')
-rw-r--r--etc/message.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/message.xml b/etc/message.xml
index ebbb4e57a9..7c4a927cc5 100644
--- a/etc/message.xml
+++ b/etc/message.xml
@@ -442,6 +442,14 @@
<boolean>true</boolean>
</map>
+ <key>SimConsoleResponse</key>
+ <map>
+ <key>flavor</key>
+ <string>llsd</string>
+ <key>trusted-sender</key>
+ <boolean>true</boolean>
+ </map>
+
<key>DirLandReply</key>
<map>
<key>flavor</key>