1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 07:04:49 +02:00
Smack/smack-core/src
Florian Schmaus f94f7590a6 Store packet extensions in a HashMap
allowing O(1) lookups for PacketExtensions

The one EntityCapsManagerTest becomes obsolete with this change, as
duplicate extension elements (RFC 6120 § 8.4) are now no longer possible
after the stanza has been parsed (they still may be received on the
wire, but only the last duplicate will be added).
2014-10-28 15:11:43 +01:00
..
integration-test Rework Smack Provider design 2014-10-08 16:01:14 +02:00
main Store packet extensions in a HashMap 2014-10-28 15:11:43 +01:00
test Add SCRAM-SHA1 support 2014-10-21 15:03:48 +02:00