-
Yagizа
rion, I almost finished implementation of latest OMEMO in eyeCU.
-
rion
thx
-
rion
We implemented it in Psi but it turned out there is nobody to test with.
-
Martin
> We implemented it in Psi but it turned out there is nobody to test with. You should easily find OMEMO contacts for testing by asking in some MUCs.
-
rion
Martin: that's why I'm here.
-
Yagizа
rion, I have the same problem. So, we may try.
-
rion
👍
-
flow
rion> Is there any client implementing omemo >= 0.4.0? I think there are some pending xep changes, so one could argue that it's eventually not worthwile to implement the latest version if you haven't started yet, but instead wait for the update (that may come or not come, I don't know)
-
lovetox
is this an illegal MUC stanza
-
lovetox
https://paste.gajim.org/view/45139ded
-
lovetox
can someone have a presence in a muc with no role and no affiliation?
-
Zash
That is weird, indeed.
-
lovetox
i think affiliation can be none
-
lovetox
but role=none i interpret as someone leaving a muc
-
lovetox
im not sure how i can interpret this if its not a unavailable presence
-
lovetox
but 0045 is not clear in saying that this is illegal
-
lovetox
at least i dont find the part in the xep
-
jonas’
.. attribute:: role The current role of the occupant within the room. This may be :data:`None` with faulty MUC implementations.
-
jonas’
ahaha.
-
lovetox
table 3 says role None is not present in the room
-
lovetox
k thanks jonas i add this also to my library
-
lovetox
but i also report the error to tigase :)
-
jonas’
although note that python-None is different from "none"
-
jonas’
that was to deal with presence stanzas which omitted role/affiliation altogether :/
-
lovetox
yes biboumi for example did that until i reported it recently
-
lovetox
so it might not even be in stable yet
-
Zash
"none" == None ?
-
lovetox
yes the XEP does not say "none"
-
lovetox
the XEP writes "None"
-
lovetox
not in stanza, but in the text
-
lovetox
funny actually, it never writes down the correct attribute names
-
lovetox
it always writes them with a captial letter in the text
-
lovetox
you can only get the attr name from the examples
-
lovetox
but attribute names are not case sensitive in xml
-
lovetox
at least i always thought that
-
lovetox
nah my bad, it does later down the xep
-
moparisthebest
they wouldn't be in html but I actually would have expected them to be case sensitive in XML, though now that you mention it I can't say I'm absolutely sure...
-
jonas’
20:09:05 lovetox> but attribute names are not case sensitive in xml
-
jonas’
I’m fairly certain that that’s not true
-
pulkomandy
The xep about vcard mention that xmpp tried to use vcard but accidentally uppercased everything
-
Zash
also that's an attribute value
-
lovetox
yeah haha
-
lovetox
so much wrong in one single sentence
-
lovetox
:D