Add a component handshake parser.

This commit is contained in:
Emmanuel Gil Peyrot 2018-03-01 10:57:01 +01:00
commit 011308b4b4
3 changed files with 38 additions and 0 deletions

View file

@ -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";