aboutsummaryrefslogblamecommitdiffstats
path: root/stanza/src/lib.rs
blob: 85bce529eda9c7cc4cd422e72db75d22cd3e41d7 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                      
             
               
               
             
                     
                 
               
                     

                            
                            
                 

                            
 
                                                       
use peanuts::declaration::VersionInfo;

pub mod bind;
pub mod client;
pub mod roster;
pub mod sasl;
pub mod stanza_error;
pub mod starttls;
pub mod stream;
pub mod stream_error;
#[cfg(feature = "xep_0030")]
pub mod xep_0030;
#[cfg(feature = "xep_0199")]
pub mod xep_0199;
#[cfg(feature = "xep_0203")]
pub mod xep_0203;

pub static XML_VERSION: VersionInfo = VersionInfo::One;