From 58ce069ae98a74ec95db89e8dda6e1ff188c3b77 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Fri, 26 Jan 2024 18:38:23 +0000 Subject: Add support for file upload This commit adds support for XEPS 0065 and 0365 - i.e. sending files from one account to another. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3