Add support for XEP-0122: Data Forms Validation

This commit is contained in:
mb 2024-06-19 19:15:34 +02:00
commit ffd0c3c719
No known key found for this signature in database
5 changed files with 556 additions and 2 deletions

View file

@ -290,6 +290,9 @@ pub const OID: &str = "urn:xmpp:occupant-id:0";
/// XEP-0444: Message Reactions
pub const REACTIONS: &str = "urn:xmpp:reactions:0";
/// XEP-0122: Data Forms Validation
pub const XDATA_VALIDATE: &str = "http://jabber.org/protocol/xdata-validate";
/// Alias for the main namespace of the stream, that is "jabber:client" when
/// the component feature isnt enabled.
#[cfg(not(feature = "component"))]