Skip to content

Commit

Permalink
Merge pull request #3000 from esl/HernanRivasAcosta-patch-1
Browse files Browse the repository at this point in the history
Fixed the name of the protocol variable
  • Loading branch information
chrzaszcz committed Jan 13, 2021
2 parents 20d587c + 0fe7c41 commit dc82e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/authentication-methods/anonymous.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When set to true, allows multiple connections from the same JID using the `anony
### `auth.anonymous.protocol`
* **Syntax:** string, one of `"sasl_anon"`, `"login_anon"`, `"both"`
* **Default:** `sasl_anon`
* **Example:** `anonymous_protocol = "both"`
* **Example:** `protocol = "both"`

Specifies the SASL mechanisms supported by the `anonymous` authentication method:

Expand All @@ -30,5 +30,5 @@ Specifies the SASL mechanisms supported by the `anonymous` authentication method

[auth.anonymous]
allow_multiple_connections = true
anonymous_protocol = "both"
protocol = "both"
```

0 comments on commit dc82e75

Please sign in to comment.