[SMACK-99] - Added support for multiple message bodies and message body languages.
[SMACK-218] - Implemented GSSAPI for single-sign on.
Bug Fixes
[SMACK-219] - The getPresence method was not working correctly with offline presence.
[SMACK-224] - SASL authenticion was using the XMPP domain instead of the FQDN.
3.0.2 -- May 3, 2007
Bug Fixes
[SMACK-212] - Jingle can't establish session if only one side has a relay service
[SMACK-213] - RTP Bridge Resolver get wrong localhost address in certain situations
[SMACK-214] - Presences with a negative priority of -1 are not sending the priority to the server
3.0.1 -- April 12, 2007
Bug Fixes
[SMACK-211] - Jingle ICE with relay sometimes closed sessions.
Upgraded bundled version of JSTUN.
3.0.0 -- March 31, 2007
Important Changes
Java 5 is now required.
Several API changes are not backwards compatible. In particular, connection handling has
been significantly updated, the GroupChat class has been dropped in favor of the standardized
MultiUserChat, and the Chat class has an updated API.
New Features
[SMACK-74] - Added support for unavailable presences with status text. (4 votes)