From 14d8e83b5fcec99a1798f614fd24fb14e103c3fa Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Thu, 19 Oct 2023 14:38:00 -0600 Subject: [PATCH] more docs --- self_hosting/services/xmpp-web/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 self_hosting/services/xmpp-web/README.md diff --git a/self_hosting/services/xmpp-web/README.md b/self_hosting/services/xmpp-web/README.md new file mode 100644 index 0000000..31ecfa2 --- /dev/null +++ b/self_hosting/services/xmpp-web/README.md @@ -0,0 +1 @@ +Based on [nioc's xmpp-web](https://github.com/nioc/xmpp-web) lightweight web chat client for XMPP server.