1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 22:32:06 +01:00
Smack/smack-extensions/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/java/org/jivesoftware/smackx Remove MUC DeafOccupantIntercepter 2014-10-09 23:12:22 +02:00
main s/connection()/connection/ in PingManager 2014-10-24 12:59:41 +02:00
test Store packet extensions in a HashMap 2014-10-28 15:11:43 +01:00