Move join_room and leave_room to muc::room module

This commit is contained in:
xmppftw xmppftw 2023-12-30 00:28:57 +01:00
commit fecacf84c3
3 changed files with 96 additions and 31 deletions

7
xmpp/src/muc/mod.rs Normal file
View 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;