Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
fix #3372
|
|
|
|
|
|
|
|
|
|
close #3390
|
|
|
|
|
|
|
|
|
|
Because it's much much simpler than to track if we changed the nick that
was requested in the join request. And client will probably not get confused,
I hope.
|
|
|
|
|
|
|
|
In cases where the DNS server does not respond “domain not found” but
“domain found, but no IP for that record type”, we just say “domain not
found” too (instead of nothing, previously).
|
|
fix #3382
It still needs to be fixed properly by cleaning the way we send the messages
in all direction etc. And this is ugly because, with just one message, we do
a conversion in one direction, and then re-convert in the other
direction. But at least it works and users will be happy, even if I’m not
entirely satisfied with the code.
|
|
XEP-0410 demands that. This changes the error condition for all
pings to the room, even those which aren’t self-pings, if the
sender is not joined.
The conditions of XEP-0410 were based on observing existing
implementations.
|
|
This prevents the ping from round-tripping through IRC and
possibly a random other client of the user. Please see XEP-0410
for the rationale.
Fixes #3385.
|
|
|
|
Fixes #3381
|
|
|
|
fix #3378
|
|
|
|
|
|
|
|
|
|
Also, invalid values result in -1 being set
|
|
|
|
|
|
|
|
negative one
|
|
|
|
|
|
That’s not really enough, but better
|
|
|
|
|
|
|
|
|
|
|
|
The description has to be a child element of the field, not an
attribute.
|
|
|
|
|
|
This lets the user configure a per-domain certificate validation policy
|
|
fix #3366
|
|
|
|
|
|
|