Build: #248 was successful
Job: Default Job was successful
Code commits
Smack (4.4)
-
Florian Schmaus ba02a868f60d7b58224e190baf7654ef87251df3
[caps] Use DataForm.getFormType() when sorting
-
Guus der Kinderen a1e85d644f188325251dc42d6b40247b64815d53
[caps] Additional test that asserts CAPS dataform ordering
XEP-0115 defines that any dataforms in the disco#info stanza is
ordered prior to the computation of the verification string. This
commit adds a test that verifies that this is done by Smack.
See SMACK-944. -
Guus der Kinderen 95adfb3cdf8d2d85f10d91dd0399e7f13072130e
[caps] Ensure dataforms are ordered prior to ver calculation
Fixes SMACK-944.