Move send_message to message::send module

This commit is contained in:
xmppftw xmppftw 2023-12-30 00:38:06 +01:00
commit f6c47dd394
3 changed files with 30 additions and 10 deletions

View file

@ -5,3 +5,4 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
pub mod receive;
pub mod send;