Show other XEPs

This commit is contained in:
Luke Murphy 2021-01-23 23:29:16 +01:00
parent 32b63de195
commit 73e1ec87b8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -301,6 +301,8 @@ class MyBot(Bot):
plugins = ["xep_0066"]
```
See [here](https://slixmpp.readthedocs.io/xeps.html) for the list of supported plugins.
### Serving HTTP
Your bot will run a web server if you configure it to do so. Use the `--serve`