docs/reference/tmpl/lm-connection.sgml
changeset 349 3dafc8376e9b
parent 240 4d512f7e4ce1
child 394 03933ba2fb40
equal deleted inserted replaced
348:48fdfa327cc7 349:3dafc8376e9b
   106 
   106 
   107 @LM_DISCONNECT_REASON_OK: 
   107 @LM_DISCONNECT_REASON_OK: 
   108 @LM_DISCONNECT_REASON_PING_TIME_OUT: Connection to the server timed out.
   108 @LM_DISCONNECT_REASON_PING_TIME_OUT: Connection to the server timed out.
   109 @LM_DISCONNECT_REASON_HUP: The socket emitted that the connection was hung up.
   109 @LM_DISCONNECT_REASON_HUP: The socket emitted that the connection was hung up.
   110 @LM_DISCONNECT_REASON_ERROR: A generic error somewhere in the transport layer.
   110 @LM_DISCONNECT_REASON_ERROR: A generic error somewhere in the transport layer.
       
   111 @LM_DISCONNECT_REASON_RESOURCE_CONFLICT: 
       
   112 @LM_DISCONNECT_REASON_INVALID_XML: 
   111 @LM_DISCONNECT_REASON_UNKNOWN: An unknown error.
   113 @LM_DISCONNECT_REASON_UNKNOWN: An unknown error.
   112 
   114 
   113 <!-- ##### ENUM LmConnectionState ##### -->
   115 <!-- ##### ENUM LmConnectionState ##### -->
   114 <para>
   116 <para>
   115 Describes the current state of an #LmConnection.
   117 Describes the current state of an #LmConnection.