serverInfo - Information about the XML Socket Multiuser Server
XML request, sent by the client to the server
<protocol>
      <serverInfo [sid="9"]/>
</protocol>
                    
XML response of the server to the client
<protocol> 
     <response action="serverInfo" errorCode="0" [sid="9"]>
           <data productName="XML Socket Multiuser Server - Basic" 
                 fileVersion="1.0.4.17"
                 protocolVersion="1.1" 
                 serverDate="2005-09-13" 
                 serverTime="08:00:49" 
                 startServerDate="2005-09-13" 
                 startServerTime="08:00:10"
                 maxMsgLength="16" />
      </response>
</protocol>
                    
Attribute
Meaning
productName
Name of the XML Socket Multiuser Server that is being run.
fileVersion
Number defining the version of the file of the XML Socket Multiuser Server.
protocolVersion
Number defining the version of the protocol of the XML Socket Multiuser Server.
serverDate
The actual date on the computer where the XML Socket Multiuser Server is run.
serverTime
The actual time on the computer where the XML Socket Multiuser Server is run.
startServerDate
Date of launching the XML Socket Multiuser Server.
startServerTime
Time of launching the XML Socket Multiuser Server.
maxMsgLength
The maximal size of the message sent to the XML Socket Multiuser Server.