Smack/smack-extensions/src/main
Florian Schmaus 5dd97a363c Introduce CapsVersionAndHash
Entity Capability versions are useless without the information which
hash algorithm was used to calculate those. Right now, only 'sha-1' is
used, but this may change in the feature. This commit makes the first
steps preparing for such a feature.

Also fixes a minor bug:

-        CAPS_CACHE.put(currentCapsVersion, discoverInfo);

currentCapsVersion is not a valid key for the cache, as it does cache
"node + '#' + ver" to disco infos.
2014-12-03 13:01:13 +01:00
..
java/org/jivesoftware Introduce CapsVersionAndHash 2014-12-03 13:01:13 +01:00
resources/org.jivesoftware.smackx Add XData(Layout)Manager 2014-11-21 09:59:24 +01:00