Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
konsultaner authored Oct 24, 2023
1 parent 6425844 commit f67f1e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions rfc/text/basic/bp_03_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ Sent by a Peer*to abort the opening of a WAMP session. No response is expected.
{align="left"}
[ABORT, Details|dict, Reason|uri]

[ABORT, Details|dict, Reason|uri, Arguments|list]

[ABORT, Details|dict, Reason|uri, Arguments|list, ArgumentsKw|dict]

#### GOODBYE

Sent by a Peer to close a previously opened WAMP session. Must be echo'ed by the receiving Peer.
Expand Down
4 changes: 4 additions & 0 deletions rfc/text/basic/bp_04_sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ Both the Router and the Client may abort a WAMP session by sending an `ABORT` me
{align="left"}
[ABORT, Details|dict, Reason|uri]

[ABORT, Details|dict, Reason|uri, Arguments|list]

[ABORT, Details|dict, Reason|uri, Arguments|list, ArgumentsKw|dict]

where

* `Reason` MUST be a URI.
Expand Down
2 changes: 1 addition & 1 deletion rfc/text/basic/bp_08_uri_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ A Peer acknowledges ending of a session - used as a `GOODBYE` reply reason.
{align="left"}
wamp.close.goodbye_and_out

A Peer received invalid WAMP protocol message (e.g. `HELLO` message after session was already established) - used as a `ABORT` reply reason.
A Peer received invalid WAMP protocol message (e.g. `HELLO` message after session was already established) - used as a `ABORT` reply reason. More detailed information may be provided by using the `Arguments|list` or `ArgumentsKw|dict`.

{align="left"}
wamp.error.protocol_violation
Expand Down

0 comments on commit f67f1e6

Please sign in to comment.