diff options
Diffstat (limited to 'doc/release_notes_2.1.0.txt')
-rw-r--r-- | doc/release_notes_2.1.0.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release_notes_2.1.0.txt b/doc/release_notes_2.1.0.txt index 0d8672335..21cf12600 100644 --- a/doc/release_notes_2.1.0.txt +++ b/doc/release_notes_2.1.0.txt @@ -54,10 +54,12 @@ - Check certfiles are readable on server start and listener start - Config file management mix file reading and sanity check - Include example PAM configuration file: ejabberd.pam +- New ejabberd listener: ejabberd_stun - Support to bind the same port to multiple interfaces - New syntax to specify the IP address and IPv6 in listeners configuration. The old options {ip,{1,2,3,4}} and inet6 are supported even if they aren't documented. +- New syntax to specify the network protocol: tcp or udp - Report error at startup if a listener module isn't available - Only listen in a port when actually ready to serve requests @@ -87,6 +89,9 @@ - HTTP-Bind: allow configuration of max_inactivity timeout - HTTP-Poll: turn session timeout into a config file parameter +* Jingle +- STUN server that facilitates the client-to-client negotiation process + * LDAP - Faster reconnection to LDAP servers - LDAP filter optimisation: Add ability to filter user in ejabberd and not LDAP @@ -159,6 +164,7 @@ - Added XEP-0085 Chat State Notifications - Added XEP-0157 Contact Addresses for XMPP Services - Added XEP-0158 CAPTCHA Forms (in MUC rooms) +- Added STUN server, for XEP-0176: Jingle ICE-UDP Transport Method - Added XEP-0199 XMPP Ping - Added XEP-0202 Entity Time - Added XEP-0203 Delayed Delivery |