-
pep.
https://github.com/xsf/xmpp.org/pull/707/files so we just got this request to add https://mailfence.com to clients.json.
-
pep.
Is there any rule against adding a proprietary service to the list
-
pep.
I mostly see free software clients in there
-
jonas’
AstraChat is proprietary too
-
pep.
Quid of adding a row about licenses, and maybe another one about price
-
jonas’
I think the requirement should be that it works with any RFC 6120 server
-
jonas’
otherwise it is more of a case for https://xmpp.org/uses/
-
Ge0rG
I'm with jonas’ here
-
pep.
I don't disagree, but on what grounds
-
Ge0rG
that page doesn't mention "jabber" or "xmpp", and I don't see where you could download an xmpp client tthere
-
jonas’
https://github.com/xsf/xmpp.org/pull/355 relevant
-
pep.
(it's definitely an XMPP service and not a client, since they recommend clients to connect)
-
jonas’
if it’s not a client, it’s not fit for clients.json, simple as that
-
pep.
I'll reply that
-
jonas’
if it’s a service, it’s better suited for uses.html
-
Ge0rG
and we don't have a list of hosted services, do we?
-
jonas’
no we don’t
-
Ge0rG
we used to have one, but then it was replaced by links to two lists of lists.✎ -
Ge0rG
we used to have one, but then it was replaced by a list of server lists. ✏
-
pep.
Ah wait,
-
pep.
https://kb.mailfence.com/kb/could-you-please-suggest-any-local-client-for-xmpp-connection-for-mailfence-group-chat/
-
pep.
So I guess they do have a web client
-
pep.
https://xmpp.org/software/clients.html the following could actually be confusing: > See something missing? Any list of XMPP servers, clients or libraries will, due to the dynamic and evolving nature of the XMPP market, be out of date almost as soon as it’s published. If you spot mistakes, errors or omissions in the table below, please submit a pull request!
-
pep.
"XMPP market", lol
-
pep.
Confusing as in, random users updating that list
-
pep.
https://github.com/xsf/xmpp.org/pull/708 somebody to review this?
-
Zash
looks simple enough
-
pep.
Zash, yeah, just not to be accused of merging without review :p
-
pep.
Thanks jonas’
-
pep.
Is the docker thing back again btw? Are containers updated automatically now?
-
jonas’
no
-
jonas’
but I’ll do it for you if you ping me
-
pep.
okay
-
pep.
I can't login on the docker hub thing anymore for reasons
-
pep.
Well I can but I get a blank page
-
jonas’
just docker hub things
-
pep.
yeah..
-
flow
- LC for XEP-0280 expired without feedback. I think there was a lot of (unaddressed) LC feedback to xep280, just not for this LC. I am not sure if LC'ing xep280 again and again is what is required to move this XEP…
-
flow
(context: council@)
-
Zash
Has anyone by any chance written down a summary of that feedback?
-
flow
of course not, at least I am not aware of any. if only we had a way to tag mails on standards@ to make the information there easier accessible
-
Zash
I read "if only we had a way to nag standards@" :D
-
Ge0rG
Zash: that's what I do all the time!
-
tom__
How long do any of you suppose it will take before XEP-0384 moves on to draft status?
-
moparisthebest
somewhere between a year and never probably, why does the status matter?
-
tom__
I was just asking because I've been in mucs trying to use it
-
tom__
And a lot of people on Gajim or Profanity have tons of problems with it
-
tom__
Like silently dropping messages
-
pep.
To use omemo:1? Does anybody actually implement this?
-
pep.
Ah the previous one
-
tom__
And some people requesting that I allow them subscription access despite me not knowing them just so they can kick their client into having omemo work
-
pep.
tom__, well it's recently been updated, so maybe watch out for this
-
tom__
Which I refuse to do because I don't want to share things like presence data and geocords with everyone
-
tom__
» [13:48:25] <pep.> To use omemo:1? Does anybody actually implement this? » I have never seen an implementation of that
-
lovetox
tom__, without presence subscription it will always work not optimal and you will have problems
-
lovetox
this has nothing to do with the state of the XEP
-
lovetox
solution is, dont use omemo with contacts not in your roster
-
Zash
Don't clients make the OMEMO key stuff public these days, when their server supports that?
-
Zash
That was a major driver for deployment of such server capabilities, since it makes OMEMO in groupchats with non-contacts easier.
-
tom__
How can i ensure my server has deployed those server capabilities?
-
tom__
Are you talking about pubsub?
-
Zash
Update. Yes, PEP specifically.
-
Zash
Stuff described in either XEP-0222 or 0223 IIRC
-
tom__
So if my server already implements PEP, is there anything on my side left to do?
-
Zash
"PEP" in its basic version doesn't support this.
-
Zash
Pretty sure recent versions of Prosody and ejabberd both include more extended PEP support tho.
-
lovetox
tom__, there are server modules who make the omemo public key node public
-
lovetox
or server configuration options
-
lovetox
ask in the server support rooms
-
Zash
But this also applies to everyone else in the group chat.
-
lovetox
but is this not problematic in some instances?
-
lovetox
say i connect via TOR probably because i want anonymity
-
Link Mauve
lovetox, some people argue that it makes deanonymising much easier.
-
lovetox
but then my key identifys me
-
Link Mauve
Since if nick1 in room1 and nick2 in room2 share the same OMEMO keys, they’re the same person.
-
Zash
OMEMO in MUC only works if you know everyones JIDs, so where's the concern?
-
lovetox
A JID is not necessarily something that identifies you
-
Zash
I assume that you aren's sharing OMEMO keys across accounts
-
lovetox
but i guess there is no client which lets you use omemo keys for more than one jid
-
tom__
It would be useful if there was an automated test for that
-
tom__
So users could know if their host is to blame or a buggy client
-
Zash
Doesn't https://compliance.conversations.im/test/xep0384/ do precisely that?