blob: 4f1ce483b0e3545791fd2f78527239180bc4dc45 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
use peanuts::declaration::VersionInfo;
pub mod bind;
pub mod iq;
pub mod message;
pub mod presence;
pub mod sasl;
pub mod starttls;
pub mod stream;
pub static XML_VERSION: VersionInfo = VersionInfo::One;
|