xmpp-parsers: Parse the ibr feature in StreamFeatures

This was surprisingly missing before.
This commit is contained in:
Link Mauve 2026-01-09 00:49:34 +01:00
commit 58ed1592f0
2 changed files with 6 additions and 0 deletions

View file

@ -78,6 +78,8 @@ pub const XHTML: &str = "http://www.w3.org/1999/xhtml";
/// XEP-0077: In-Band Registration
pub const REGISTER: &str = "jabber:iq:register";
/// XEP-0077: In-Band Registration
pub const REGISTER_FEATURE: &str = "http://jabber.org/features/iq-register";
/// XEP-0084: User Avatar
pub const AVATAR_DATA: &str = "urn:xmpp:avatar:data";