summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2024-01-26 18:38:23 +0000
committerMatthew Fennell <matthew@fennell.dev>2024-01-26 14:44:06 +0000
commit58ce069ae98a74ec95db89e8dda6e1ff188c3b77 (patch)
treedddc11599f08f008762ce58cfa10632865103d1a /README.md
parentf92d9d194c994b6347705b1eb9b7906b8c2a0943 (diff)
Add support for file upload
This commit adds support for XEPS 0065 and 0365 - i.e. sending files from one account to another.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2defa3e..cb13e3a 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,10 @@ the following DNS records:
| -------- | ---- | ---------- | --------- |
| A Record | @ | Static IP | Automatic |
+| Type | Host | Target | TTL |
+| ------------ | ------ | ----------- | --------- |
+| CNAME Record | upload | Root domain | Automatic |
+
See [Prosody's docs](https://prosody.im/doc/dns) for information on alternative
arrangements.
@@ -51,6 +55,8 @@ on the box itself will be taken care of by the playbook):
| XEP-0065 | TCP,UDP | 5000 |
| XMPP Client | TCP | 5222 |
| XMPP Server | TCP | 5269 |
+| HTTP Server | TCP | 5280 |
+| HTTP Server | TCP | 5281 |
### Install ansible on the control node