Move join_room and leave_room to muc::room module
This commit is contained in:
parent
7622721ec6
commit
fecacf84c3
3 changed files with 96 additions and 31 deletions
7
xmpp/src/muc/mod.rs
Normal file
7
xmpp/src/muc/mod.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Copyright (c) 2023 xmpp-rs contributors.
|
||||
//
|
||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
pub mod room;
|
||||
Loading…
Reference in a new issue