1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-06-02 22:39:21 +02:00

Added jingle_thumbnails mod to lib.rs.

This commit is contained in:
Werner Kroneman 2024-02-03 23:23:21 +01:00 committed by Link Mauve
parent 611c09a8a2
commit 78158edc3e

View File

@ -180,6 +180,9 @@ pub mod jingle_s5b;
/// XEP-0261: Jingle In-Band Bytestreams Transport Method
pub mod jingle_ibb;
/// XEP-0264: Jingle Content Thumbnails
pub mod jingle_thumnails;
/// XEP-0280: Message Carbons
pub mod carbons;