Software /
code /
prosody
Comparison
CHANGES @ 12316:6bb2f660f689
util.poll: Add support for the poll() API
Might be better than select(), more portable than epoll.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 23 Feb 2022 20:31:03 +0100 |
parent | 12303:fa79db7e0a4d |
child | 12362:0fd58f54d653 |
comparison
equal
deleted
inserted
replaced
12315:cf2086a1bd45 | 12316:6bb2f660f689 |
---|---|
54 - Plugin installer | 54 - Plugin installer |
55 - MUC presence broadcast controls | 55 - MUC presence broadcast controls |
56 - MUC: support for XEP-0421 occupant identifiers | 56 - MUC: support for XEP-0421 occupant identifiers |
57 - `prosodyctl check connectivity` via observe.jabber.network | 57 - `prosodyctl check connectivity` via observe.jabber.network |
58 - libunbound for DNS queries | 58 - libunbound for DNS queries |
59 - The POSIX poll() API used by server_epoll on \*nix other than Linux | |
59 | 60 |
60 ## Changes | 61 ## Changes |
61 | 62 |
62 - Improved rules for mobile optimizations | 63 - Improved rules for mobile optimizations |
63 - Improved rules for what messages should be archived | 64 - Improved rules for what messages should be archived |