Smack Version Reporting?

Is there a simple way to determine what version of the smack library is contained in a “smack.jar”? For example, to determine which version of the Apache Xerces jar you are using, you can execute the following:

java org.apache.xerces.framework.Version

and it reports something like the following:

Xerces 1.4.4

Does “smack.jar” contain anything like this?

Thanks,

Steve

Steve,

The ability to get the version from the library will be included in the next release. For now, you should be able to tell based on the features your version of the library has (consult the changelog).

Regards,

Matt

Matt,

Thanks for the info. Any idea on when the new version will be available?

Thanks,

Steve

It should be within the next couple of weeks. You’'re welcome to try out the daily builds now, though.

Regards,

Matt

Matt

I have not looked at the daily build as yet, what are the highlights of the next release ?

-Rajesh

Rajesh,

You can follow this link to get a detailed list of improvements and bug fixes coming in the next release.

http://www.jivesoftware.com/issues/secure/Dashboard.jspa

A short list with some highlights could be:

. Adds support for Service Discovery

. Adds group chat invitation support

. Handles multiple presences when a user is connected from different resources

. New debug window with many enhancements

. Many bug fixes

Regards,

– Gato