[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Chatroom
- To: luci-discuss@luci.org
- Subject: Re: Chatroom
- From: Quinn Stambaugh <quinns@stambell.net>
- Date: Thu, 28 Sep 2023 11:32:45 -0500
- DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=stambell.net;s=MBO0001; t=1695918770;h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references;bh=uL36ThYGz65Vbz26GBC9RrWXPioocj/Pe/yme8vFGK8=;b=STYI8MMAABd3JQUVyQc3pgQJNDestAhK5VDKsWnrj1mBuVlWC8qTIClmMBsVDSeUwJRS6qyBWOMIzqAAErRHaWhNJH+ZAjpvQKMmkBRcYPiq3/9LkHijV+wXGpNQ2qkED9xSpzBTUY+gUxnaVYZqOhWrLBi7Q40ywj0w1FpT4TALI4whMDn2DyudSMvWmsb++sqdnM+xFCwSW+Z2dV0fqg7wXrhHfzU+9Clc9UDWOyfmBCIrYozmENU23WsHk1dw2lB0somzECk8VwYQOozi9fe2H2KfYS1CyWIKF8f8FXJYSp9NvvIZEnTnqbjlZQCZXjHIyKL4R6ARqMlmQ/y2Ng==
- In-Reply-To: <9c5fe72157e1c6098d74f6eae4cdb8c8c43eba34.camel@stambell.net>
- Organization: Linux Users of Central Illinois
- References: <9c5fe72157e1c6098d74f6eae4cdb8c8c43eba34.camel@stambell.net>
- Reply-To: luci-discuss@luci.org
- Sender: luci-discuss-owner@luci.org
On Wed, 2023-09-27 at 17:28 -0500, Quinn Stambaugh wrote:
> Steven,
>
> Here's the DNS records I'd need to setup a dedicated XMPP MUC
> component
> on my server for a LUCI groupchat, if people are on board. I'd be
> into
> bridging it to other protocols/platform as well, like mattermost.
>
> ```
> cname=xmpp.luci.org,stambell.net
> srv-host=_xmpp-server._tcp.luci.org,xmpp.luci.org,5269,0,5
> srv-host=_xmpps-server._tcp.luci.org,xmpp.luci.org,5270,0,5
> srv-host=_xmpp-server._tcp.conference.luci.org,xmpp.luci.org,5269,0,5
> srv-host=_xmpps-
> server._tcp.conference.luci.org,xmpp.luci.org,5270,0,5
> ```
>
Eh, it's just going to be the MUC component, so this is all that's
really needed.
```
cname=xmpp.luci.org,stambell.net
srv-host=_xmpp-server._tcp.luci.org,xmpp.luci.org,5269,0,5
srv-host=_xmpps-server._tcp.luci.org,xmpp.luci.org,5270,0,5
```
This is a digitally signed message part
- References:
- Chatroom
- From: Quinn Stambaugh <quinns@stambell.net>