xmpp-rs/src/pubsub/mod.rs

13 lines
400 B
Rust
Raw Normal View History

// Copyright (c) 2017 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
//
// 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
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
pub mod event;
pub use self::event::PubSubEvent;
generate_id!(NodeName);
generate_id!(ItemId);
generate_id!(SubscriptionId);