Add a WebSocket <open/> parser.
This commit is contained in:
parent
7913ca0a76
commit
208e280067
3 changed files with 76 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue