pubsub: Document the new structs and their fields.

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-15 00:18:15 +02:00
commit 71dc5ad6c8
3 changed files with 127 additions and 14 deletions

View file

@ -4,7 +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/.
/// The `http://jabber.org/protocol/pubsub#event` protocol.
pub mod event;
/// The `http://jabber.org/protocol/pubsub` protocol.
pub mod pubsub;
pub use self::event::PubSubEvent;