Skip to main content

Module protocols

Module protocols 

Source
Expand description

Protocol Types

This module contains all the data structures for HTTP API and MQTT events. These types are platform-agnostic and used across all SDK implementations.

Re-exports§

pub use auth::*;
pub use conversation::*;
pub use events::*;
pub use friend::*;
pub use message::*;
pub use user::*;

Modules§

auth
Authentication Protocol Types
conversation
Conversation Protocol Types
events
MQTT Events Protocol
friend
Friend Protocol Types
message
Message Protocol Types
user
User Protocol Types