1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 03:44:50 +02:00
Smack/smack-core/src
Florian Schmaus 47dd63e6b2 Don't use instanceof in a parse(IQ|PacketExtension)
Instead of using instanceof *every time* we parse an IQ or
PacketExtension, we now check the type of the Provider only once when
adding it.
2014-09-26 10:45:25 +02:00
..
integration-test Change IQ.Type to enum 2014-06-06 21:10:13 -03:00
main Don't use instanceof in a parse(IQ|PacketExtension) 2014-09-26 10:45:25 +02:00
test Ensure that Smack is initialized when calling ProviderManager 2014-09-24 22:50:46 +02:00