-
f_1
> Hmm.. contains copilot code... Where do you see that? ↺
-
f_1
Ah in "Contributors"
-
f_1
But I don't see anything from Copilot... https://github.com/envs-net/muc_banbot/commits/main/?author=Copilot
-
f_1
Possible creme [envs.net] tried something and then deleted it
-
dora71
Is there an up-to-date recommendation for setting up a MUC domain or is conference.example.net still the best way to go?
-
Menel
No recommendation, rooms, chat, groups are popular too. these days clients should handle any name. Be creative
-
agh
muc.example.net. also makes the rounds.
-
tom
> No recommendation, > rooms, chat, groups are popular too. > these days clients should handle any name. Be creative There was a time in the past when clients required hard coded names? ↺
-
dora71
In case of doubt, it is also possible to create multiple MUC domains. I was just looking for best compatibility (re what tom said)
-
Menel
tom: not officially, but some acted up on strange names or apex domain
-
erebion
> No recommendation, > rooms, chat, groups are popular too. > these days clients should handle any name. Be creative I just use tardis. Because it's bigger on the inside.
-
singpolyma
>> No recommendation, >> rooms, chat, groups are popular too. >> these days clients should handle any name. Be creative > > There was a time in the past when clients required hard coded names? Maybe before MUC ↺
-
Sunglocto (sunglocto.net)
> No recommendation, > rooms, chat, groups are popular too. > these days clients should handle any name. Be creative i've seen `parties` before ↺
-
AZERTY keyboard [copper9@thunderirc.net]
conference might be harder to type but it is the most used
-
tom
> tom: not officially, but some acted up on strange names or apex domain Well the apex domain is fur user jids not muc bids and if you have a conference there jids would conflict✎ ↺ -
tom
> tom: not officially, but some acted up on strange names or apex domain Well the apex domain is for user jids not muc jids and if you have a conference there jids would conflict ✏ ↺
-
singpolyma
You can have MUCs on the apex and no users. or put users on a subdomain is a different apex✎ -
singpolyma
You can have MUCs on the apex and no users. or put users on a subdomain or a different apex ✏
-
singpolyma
both on one is technically possible but it's probably too messy to bother
-
erebion
I've wanted to set up an XMPP server for my hackerspace for a long time. We sort of have a rule to only add stuff that does OIDC. How can I do that? What options are there? I don't care much whether it is ejabberd, Prosody, Snikket, something else... but OIDC is really important in this case. We use Authentik for SSO and Traefik as a reverse proxy, so ACME queries for the XMPP server would also have to be proxied. Anyone here using OIDC? What does your setup look like?