diff --git a/session-manager/doc/API.html b/session-manager/doc/API.html index eb6e4e3..66188b0 100644 --- a/session-manager/doc/API.html +++ b/session-manager/doc/API.html @@ -228,7 +228,7 @@ Presently, the server capabilities are: Fig. 1.2. Available Server Capabilities NameDescription -server_controlclient-to-server control +server-controlclient-to-server control broadcastserver responds to /nsm/server/broadcast message optional-guiserver responds to optional-gui messages--if this capability is not present then clients with optional-guis MUST always keep them visible @@ -491,7 +491,7 @@ Clients which have this capability should include :message: in their

1.2.6. Client to Server Control

-If the server publishes the :server_control: capability, then clients can also initiate action by the server. For example, a client might implement a 'Save All' option which sends a /nsm/server/save message to the server, rather than requiring the user to switch to the session management interface to effect the save. +If the server publishes the :server-control: capability, then clients can also initiate action by the server. For example, a client might implement a 'Save All' option which sends a /nsm/server/save message to the server, rather than requiring the user to switch to the session management interface to effect the save.

1.2.7. Server Control API

diff --git a/session-manager/doc/API.mu b/session-manager/doc/API.mu index 8558f7b..2ee3475 100644 --- a/session-manager/doc/API.mu +++ b/session-manager/doc/API.mu @@ -213,7 +213,7 @@ // Available Server Capabilities [[ Name, Description -[[ server_control, client-to-server control +[[ server-control, client-to-server control [[ broadcast, server responds to /nsm/server/broadcast message [[ optional-gui, server responds to optional-gui messages--if this capability is not present then clients with optional-guis MUST always keep them visible @@ -509,7 +509,7 @@ ::: Client to Server Control - If the server publishes the `:server\_control:` capability, then + If the server publishes the `:server-control:` capability, then clients can also initiate action by the server. For example, a client might implement a 'Save All' option which sends a `\/nsm\/server\/save` message to the server, rather than requiring