From 0cdf4ffd45320eb246260965913cfbc7e6a6129c Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Wed, 19 Apr 2023 22:28:18 +0530 Subject: [PATCH] add xmpp-web --- src/routes/instances/instances.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/routes/instances/instances.ts b/src/routes/instances/instances.ts index 8fe077f..75ddc9c 100644 --- a/src/routes/instances/instances.ts +++ b/src/routes/instances/instances.ts @@ -183,6 +183,11 @@ const instances: Instances[] = [ eu: "https://wiki.projectsegfau.lt/XMPP", icon: "/icons/xmpp.svg" }, + { + name: "XMPP Web", + description: "Lightweight web chat client for XMPP.", + eu: "https://xmpp-web.projectsegfau.lt/" + }, { name: "SearXNG", description: "A private meta-search engine.",