Implement XEP-0463: MUC Affiliations Versioning
This commit is contained in:
parent
59e803bd7e
commit
d0b28a94b0
6 changed files with 91 additions and 2 deletions
|
|
@ -11,5 +11,8 @@ pub mod muc;
|
|||
/// The `http://jabber.org/protocol/muc#user` protocol.
|
||||
pub mod user;
|
||||
|
||||
/// The `urn:xmpp:muc:affiliations:1` protocol.
|
||||
pub mod mav;
|
||||
|
||||
pub use self::muc::Muc;
|
||||
pub use self::user::MucUser;
|
||||
|
|
|
|||
Loading…
Reference in a new issue