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 10, 2023
1 parent 4d758a7 commit 7067f0d
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 @@ -947,7 +947,7 @@ Install the `stomp.py` library from PyPI:
* **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 @@ -4311,7 +4311,7 @@ Also you will need a so called "exchange point".
* `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 7067f0d

Please sign in to comment.