Move make_initial_presence to presence::send module

This commit is contained in:
xmppftw xmppftw 2023-12-30 00:21:32 +01:00
commit 7622721ec6
4 changed files with 25 additions and 13 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;