Add a component handshake parser.
This commit is contained in:
parent
395b64e644
commit
011308b4b4
3 changed files with 38 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ pub const MOOD: &str = "http://jabber.org/protocol/mood";
|
|||
/// XEP-0114: Jabber Component Protocol
|
||||
pub const COMPONENT_ACCEPT: &str = "jabber:component:accept";
|
||||
|
||||
/// XEP-0114: Jabber Component Protocol
|
||||
pub const COMPONENT: &str = "jabber:component:accept";
|
||||
|
||||
/// XEP-0115: Entity Capabilities
|
||||
pub const CAPS: &str = "http://jabber.org/protocol/caps";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue