Skip to content

Commit

Permalink
Use correct error message format when dealer/broken dont support disc…
Browse files Browse the repository at this point in the history
…lose_me (#526)

* use the correct error format when the dealer doesn't allow disclose_me

* use the correct error format when the publisher doesn't allow disclose_me
  • Loading branch information
om26er committed Apr 21, 2024
1 parent 0a64be7 commit fa8f14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rfc/text/advanced/pubsub_publisher_identification.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Note that a *Broker* may deny a *Publisher's* request to disclose its identity:
*Example*

{align="left"}
[8, 239714735, {}, "wamp.error.option_disallowed.disclose_me"]
[8, 16, 239714735, {}, "wamp.error.option_disallowed.disclose_me"]

A *Broker* may also (automatically) disclose the identity of a *Publisher* even without the *Publisher* having explicitly requested to do so when the *Broker* configuration (for the publication topic) is set up to do so.

Expand Down
2 changes: 1 addition & 1 deletion rfc/text/advanced/rpc_caller_identification.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ A *Dealer* MAY deny a *Caller's* request to disclose its identity:
*Example*

{align="left"}
[8, 7814135, "wamp.error.disclose_me.not_allowed"]
[8, 48, 7814135, "wamp.error.disclose_me.not_allowed"]

A *Callee* MAY **request** the disclosure of caller identity via

Expand Down

0 comments on commit fa8f14a

Please sign in to comment.