- Change typing notification labels as per discussion of c9137 on dev
- Update Apache HttpClient to 4.1.2 (avoids PTR queries on TLS connections)
Other recent changes in earlier versions:
build.3800
- Fixes a problem where connectionClosedOnError may not fire events and leave provider in connected state event if its connection is closed.
build.3799
- Fixes java 1.5 compatibility.
build.3798
- Attempts to fix duplicating contacts in contact list (reported by Ingo Bauersachs and Lubomir Marinov on dev: "Multiple entries of the same MetaContact").
build.3797
- Fixes http redirects within msn lib, preventing some users to login and retrieve contactlist successfully.
build.3796
- Makes sure that all plugin components (spellcheck, otr, etc.) are correctly added in the chat window.
build.3795
- Fixes dysfunctional popup menus. Reported by Ingo Bauersachs and Emil Ivov (subject: "SIPCommPopupMenu patchset").
build.3794
- Fixes possible NullPointerExceptions related to packet logging, resources.
build.3793
- Change "proactive notification" to "typing notification"
- Inform listeners about unsuccessful but non-error registration attempts
build.3792
- Add diagnostic logging to DNS resolver configuration
- Add javadoc
build.3791
- Ctrl-W Cmd-W key combinations now close chat tabs, not the whole window.
build.3790
- Reset DNS server list after network change also when the ParallelResolver is disabled
build.3789
- Removes unnecessary dns query when connecting with jabber, add input check for ip address in NetworkUtils getARecord and getAAAARecord.
build.3788
- Reverts revision 9126, because it was causing a lot of other problems.
build.3787
- Attempts to fix slowly loaded contact list.
build.3786
- Fixes some NPE. Adds custom xmpp domain to be resolved for SRV records used for connection.
build.3785
- Tries to fix duplicate contacts.
build.3784
- Fixes java 1.5 compatibility.
build.3783
- Checks the RTP markers produced by the H.264 packetizer for sanity and enables passing single NAL units for processing.
- Tries to fix duplicating contacts in contact list (reported by Ingo Bauersachs and Lubomir Marinov on dev: "Multiple entries of the same MetaContact").
build.3782
- Rename combined DNS host lookup
- Handle input of IP addresses for combined A/AAAA lookups
build.3781
- Updates ice4j.jar that fixes a race condition and sends an 'stale credentials' error when receiving binding request where its username does not match any of local ufrag/rfrag.
- Fixes chat room reconnect related issues (duplicated member's list, unable to send messages after reconnect).
- Fixes missing class import in notification bundle and make sure an exception won't interrupt protocol firing events.