berconpy.ServerState

class berconpy.ServerState(value)

Bases: Enum

Defines the current authentication state.

Attributes

AUTHENTICATING

The server is waiting for the client to authenticate itself.

LOGGED_IN

The server has authenticated the client and can send/receive messages.

AUTHENTICATING = 1

The server is waiting for the client to authenticate itself.

LOGGED_IN = 2

The server has authenticated the client and can send/receive messages.