blob: fab8734fe88b5e70771cae5c0f5b760347bfa22b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
pub mod action;
pub mod buddy_list;
pub mod property;
pub mod room;
pub mod session;
pub mod subscribe_distance;
pub mod subscribe_room;
pub mod teleport;
pub mod text;
pub mod whisper;
// pub mod register_object_id; // TODO: Implement.
|