Move send_room_private_message to muc::private_message module

This commit is contained in:
xmppftw xmppftw 2023-12-30 00:33:04 +01:00
commit 0e31739934
3 changed files with 33 additions and 8 deletions

View file

@ -4,4 +4,5 @@
// 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 private_message;
pub mod room;