adminRestart - Restart of the XML Socket Multiuser Server
This function restarts the XML Socket Multiuser Server. The function can only be used by those connected as administrators.
XML request, sent by the client to the server
<protocol>
     <adminRestart time="10" [sid="3"]/>
</protocol> 
                    
Attribute
Meaning
time
Time in seconds, in which the restart will be done after having received the request to do so.
XML response of the server to the client
<protocol>
    <response action="adminRestart" errorCode="0" [sid="3"]/>
</protocol>
                    
XML message of the server to other clients
<protocol>
      <received action="disconnect" code="1" sentFrom="server"/>
</protocol>