Files
lambda/README.md

13 lines
253 B
Markdown
Raw Normal View History

2026-01-29 21:43:52 +00:00
# lambda
In order to run this program you must have a file named `lambda.toml` that specifies your config.
Here is an example:
```toml
Server = "example.com:5222"
Username = "user@example.com"
Password = "123456789"
Insecure = false
Nick = "User"
```