Skip to content

Commit

Permalink
doc: formatting fix regarding example STOMP destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
zuo committed Oct 19, 2023
1 parent fdec74e commit 43a4b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/bots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ Also, you will need to know an appropriate STOMP *destination* (aka
* **Feed parameters** (see above)
* `server`: STOMP server's hostname or IP, e.g. "n6stream.cert.pl" (which is default)
* `port`: STOMP server's port number (default: 61614)
* `exchange`: STOMP *destination* to subscribe to, e.g. "/exchange/my.example.org/*.*.*.*"
* `exchange`: STOMP *destination* to subscribe to, e.g. ``"/exchange/my.example.org/*.*.*.*"``
* `heartbeat`: default: 6000
* `ssl_ca_certificate`: path to CA file, or empty string to load system's default CA certificates
* `auth_by_ssl_client_certificate`: Boolean, default: true (note: false is needed for new *n6* auth)
Expand Down Expand Up @@ -4346,7 +4346,7 @@ Also, you will need to know an appropriate STOMP *destination* (aka
* `server`: STOMP server's hostname or IP, e.g. "n6stream.cert.pl" or "127.0.0.1" (which is default)
* `port`: STOMP server's port number (default: 61614)
* `exchange`: STOMP *destination* to push at, e.g. "/exchange/_push" (which is default)
* `exchange`: STOMP *destination* to push at, e.g. ``"/exchange/_push"`` (which is default)
* `heartbeat`: default: 60000
* `ssl_ca_certificate`: path to CA file, or empty string to load system's default CA certificates
* `auth_by_ssl_client_certificate`: Boolean, default: true (note: false is needed for new *n6* auth)
Expand Down

0 comments on commit 43a4b8c

Please sign in to comment.