Anyone aware of any instance using that expired intermediate LE chain?
nephelehas joined
nephelehas left
nephelehas joined
jubalhhas left
lovetoxhas left
msavoritiashas left
nephelehas left
adxhas joined
MattJ
Since it's the default chain, I'd imagine most
MattJ
Including all Snikket instances
Zash
Hm. I'm after something that will fail validation.
pep.
Ask movim.eu to rollback changes :P
nephelehas joined
nephelehas left
nephelehas joined
rubihas left
rubihas joined
nephelehas left
pulkomandyhas joined
rubihas left
rubihas joined
adxhas left
Ingolfhas left
Samhas left
Samhas joined
rubihas left
rubihas joined
atomicwatchhas left
rubihas left
rubihas joined
nephelehas joined
rubihas left
rubihas joined
nephelehas left
nephelehas joined
thomaslewishas joined
atomicwatchhas joined
paulhas left
nephelehas left
mhhas left
mhhas joined
paulhas joined
antranigvhas left
antranigvhas joined
thomaslewishas left
nephelehas joined
Samhas left
Samhas joined
nephelehas left
nephelehas joined
nephelehas left
thomaslewishas joined
thomaslewishas left
xnamedhas left
xnamedhas joined
nephelehas joined
nephelehas left
nephelehas joined
msavoritiashas joined
nephelehas left
dezanthas left
lovetoxhas joined
thomaslewishas joined
xnamedhas left
thomaslewishas left
thomaslewishas joined
nephelehas joined
nephelehas left
nephelehas joined
xnamedhas joined
nephelehas left
dezanthas joined
Samhas left
Samhas joined
thomaslewishas left
thomaslewishas joined
thomaslewishas left
jgarthas joined
Laurahas left
Laurahas joined
Samhas left
Samhas joined
adxhas joined
atomicwatchhas left
inkyhas left
Alexhas left
Matrix Traveler (bot)has left
homebeachhas left
homebeachhas joined
Matrix Traveler (bot)has joined
Alexhas joined
amee2khas left
atomicwatchhas joined
Samhas left
Samhas joined
amee2khas joined
paulhas left
larmahas left
Alexhas left
Alexhas joined
antranigvhas left
antranigvhas joined
Ingolfhas joined
marc0shas left
marc0shas joined
larmahas joined
Ingolfhas left
xeckshas left
Beherithas joined
Beherithas left
xeckshas joined
Alexhas left
Alexhas joined
Samhas left
Samhas joined
antranigvhas left
antranigvhas joined
amee2khas left
inkyhas joined
Samhas left
Samhas joined
paulhas joined
kfvhas left
jubalhhas joined
Anton L. Šijanechas joined
Anton L. Šijanec
Hi! I have a XEP-0045 (MUC) related question. Can I under the same stream:stream subscribe to many groupchat presences that are the same MUC room, but with different nicknames?
debaclehas left
Anton L. Šijanec
If so, how do I send messages as a specific nickname? http://xmpp.org/extensions/xep-0045.html#message does not set the nickname in the `to` attribute. Can I set it?
Samhas left
Samhas joined
Zash
I'm pretty sure the answer to the first question is "no"
amee2khas joined
Anton L. Šijanec
Oh, makes sense, thanks. So I'd have to create many c2s connections to the server to do that? I'm implementing a simple IRC-XMPP bridge with libstrophe. Does anyone know how is this done in other bridges (apart from those that just prefix the message with the nick)?
Zash
Unless your server supports binding multiple JIDs to the same stream, which I think we did a way with long ago.
pep.
Or if the server acts as multiple entities for your when talking to the MUC
pep.
But that may not be implemented anywhere
jubalhhas left
Zash
Use a component connection (XEP-0114), then you can use anything@component.example/anything
lovetoxhas left
Anton L. Šijanec
This looks promising. I'll look into it.
Laurahas left
norayrhas joined
lovetoxhas joined
Wojtekhas left
Samhas left
Samhas joined
antranigvhas left
antranigvhas joined
pulkomandyhas left
xnamedhas left
amee2khas left
xeckshas left
Laurahas joined
PapaTutuWawahas joined
kfvhas joined
xeckshas joined
Ingolfhas joined
xeckshas left
xeckshas joined
marc0shas left
marc0shas joined
nephelehas joined
Yagizаhas left
Laurahas left
Laurahas joined
nephelehas left
Alexhas left
Alexhas joined
nephelehas joined
nephelehas left
jubalhhas joined
amee2khas joined
MattJ
Anton L. Šijanec, you are aware of biboumi?
pep.
ha true, there are implementations here and there :)
MattJ
( https://biboumi.louiz.org/ )
nephelehas joined
nephelehas left
pulkomandyhas joined
nephelehas joined
nephelehas left
thomaslewishas joined
thomaslewishas left
Samhas left
Samhas joined
thomaslewishas joined
antranigvhas left
thomaslewishas left
antranigvhas joined
nephelehas joined
Ingolfhas left
nephelehas left
thomaslewishas joined
thomaslewishas left
thomaslewishas joined
thomaslewishas left
Millesimushas left
thomaslewishas joined
thomaslewishas left
Anton L. Šijanec
That'll probably serve my needs, thanks! Though I assume this is more like a irc client than a bridge - bridging the other way around (access an existing mux) is not possible.
Millesimushas joined
MattJ
You can combine it with this: https://git.sr.ht/~singpolyma/cheogram-muc-bridge
MattJ
That will allow bridging an existing MUC with an existing IRC channel