Module: Tox::UserStatus

Defined in:
lib/tox/user_status.rb

Overview

Represents the possible statuses a client can have.

Constant Summary collapse

NONE =

User is online and available.

:none
AWAY =

User is away. Clients can set this e.g. after a user defined inactivity time.

:away
BUSY =

User is busy. Signals to other clients that this client does not currently wish to communicate.

:busy