muc: Document these modules.

This commit is contained in:
Emmanuel Gil Peyrot 2018-08-08 20:22:37 +02:00
commit 16b9291475
3 changed files with 91 additions and 20 deletions

View file

@ -4,9 +4,10 @@
// 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/.
#![allow(missing_docs)]
/// The http://jabber.org/protocol/muc protocol.
pub mod muc;
/// The http://jabber.org/protocol/muc#user protocol.
pub mod user;
pub use self::muc::Muc;