[][src]Module libquassel::message

Structs

ClientInit

ClientInit is the Initial message send to the core after establishing a base layer comunication.

ClientInitAck

ClientInitAck is received when the initialization was successfull

ClientInitReject

ClientInitReject is received when the initialization fails

ClientLogin

Login to the core with user data username and password are transmitted in plain text

ClientLoginAck

ClientLoginAck is received after the client has successfully logged in it has no fields

ClientLoginReject

ClientLoginReject is received after the client failed to login It contains an error message as String

ConnAck

Data received right after initializing the connection

DisplayMessage
HeartBeat
HeartBeatReply
Init

The first few bytes sent to the core to initialize the connection and setup if we want to use tls and compression

InitData
InitRequest
SessionInit

SessionInit is received along with ClientLoginAck to initialize that user Session

SyncMessage

Enums

Message
MessageType

Type of an SignalProxy Message The first element in the VariantList that is received

Protocol
RpcCall