This commit is contained in:
Maxime “pep” Buquet 2017-05-30 22:02:56 +01:00
commit c4c6528197
5 changed files with 101 additions and 1 deletions

View file

@ -7,6 +7,7 @@
//! back before being sent over the wire.
// Copyright (c) 2017 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
// Copyright (c) 2017 Maxime “pep” Buquet <pep+code@bouah.net>
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
@ -71,6 +72,9 @@ pub mod data_forms;
/// XEP-0030: Service Discovery
pub mod disco;
/// XEP-0045: Multi-User Chat
pub mod muc;
/// XEP-0047: In-Band Bytestreams
pub mod ibb;