Move send_room_private_message to muc::private_message module
This commit is contained in:
parent
fecacf84c3
commit
0e31739934
3 changed files with 33 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue