berconpy.ClientState

class berconpy.ClientState(value)

Bases: Enum

Defines the current state of the protocol.

Attributes

AUTHENTICATING

The client currently needs to be authenticated by the server.

LOGGED_IN

The client is logged in and able to send/receive messages.

AUTHENTICATING = 1

The client currently needs to be authenticated by the server.

LOGGED_IN = 2

The client is logged in and able to send/receive messages.