Add a WebSocket <open/> parser.

This commit is contained in:
Emmanuel Gil Peyrot 2018-02-20 16:20:45 +01:00
commit 208e280067
3 changed files with 76 additions and 0 deletions

View file

@ -59,6 +59,9 @@ pub mod stanza_error;
/// RFC 6121: Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence
pub mod roster;
/// RFC 7395: An Extensible Messaging and Presence Protocol (XMPP) Subprotocol for WebSocket
pub mod websocket;
/// XEP-0004: Data Forms
pub mod data_forms;