[Add] Structure
This commit is contained in:
parent
70015c4d69
commit
826fb9ce50
44 changed files with 2210 additions and 2721 deletions
9
src/transport/handlers/mod.rs
Normal file
9
src/transport/handlers/mod.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
pub mod account;
|
||||
pub mod calls;
|
||||
pub mod links;
|
||||
pub mod messaging;
|
||||
pub mod notifications;
|
||||
pub mod presence;
|
||||
pub mod register;
|
||||
pub mod states;
|
||||
pub mod user_data;
|
||||
Loading…
Reference in a new issue