2024-11-23 22:39:44 +00:00
|
|
|
use peanuts::declaration::VersionInfo;
|
|
|
|
|
|
2023-08-02 00:56:38 +01:00
|
|
|
pub mod bind;
|
2024-12-02 21:50:15 +00:00
|
|
|
pub mod client;
|
2023-07-04 21:27:15 +01:00
|
|
|
pub mod sasl;
|
2024-12-03 03:51:26 +00:00
|
|
|
pub mod stanza_error;
|
2023-10-20 04:51:56 +01:00
|
|
|
pub mod starttls;
|
2023-06-19 19:23:54 +01:00
|
|
|
pub mod stream;
|
2024-12-03 03:51:26 +00:00
|
|
|
pub mod stream_error;
|
2023-07-11 21:28:42 +01:00
|
|
|
|
2024-11-23 22:39:44 +00:00
|
|
|
pub static XML_VERSION: VersionInfo = VersionInfo::One;
|