[][src]Module tox_packet::messenger

Top-level Messenger Packets

Structs

Action

Action is a struct that holds string of my action message. Here, action message is a something like an IRC action

CapabilitiesKind

Capabilities kind of msi packet. Used by bitwise OR.

Message

Message is a struct that holds string of my message.

Msi

Msi is a struct that holds info for Media Session Interface.

Nickname

Nickname is a struct that holds string of my nickname.

Offline

Offline is a struct that holds nothing.

Online

Online is a struct that holds nothing.

StatusMessage

StatusMessage is a struct that holds string of my status message.

Typing

Typing is a struct that holds typing status of user.

UserStatus

UserStatus is a struct that holds status of user.

Enums

ConferencePacket

Conference chat packet enum that encapsulates all types of conference packets.

FileTransferPacket

FileTransfer packet enum that encapsulates all types of FileTransfer packets.

MsiErrorKind

Errors of msi session

Packet

Messenger packet enum that encapsulates all types of Messenger packets.

PeerStatus

Status of user

RequestKind

Kind of msi request

TypingStatus

Typing status of user