Command-Line Options
| Flag | Description |
|---|---|
-v, --verbose |
Enable verbose logging to stderr (no XMPP traffic) |
--verbose=xmpp |
Enable verbose logging including XMPP packet content |
--log-file=PATH |
Override the log file directory (default: platform log dir) |
-c, --clear-storage |
Clear local storage (localStorage, sessionStorage, IndexedDB) on startup |
--dangerous-insecure-tls |
Disable TLS certificate verification. Insecure, for development and testing only. |
-h, --help |
Show the help message |
Warning:
--dangerous-insecure-tlsturns off TLS certificate validation for the connection to your XMPP server, which exposes it to man-in-the-middle attacks. Use it only for local development or testing (for example, against a server with a self-signed certificate), never in production.
Back to Quick Start · See also Technology Stack