opentalk-roomserver-types-chat 0.0.39

Signaling types for the OpenTalk chat module in the roomserver
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
//
// SPDX-License-Identifier: EUPL-1.2

//! Signaling events for the `chat` namespace

mod chat_event;
mod error;

pub use chat_event::ChatEvent;
pub use error::ChatError;