Smack/smack-core/src/test/java/org/jivesoftware/smack/packet
Florian Schmaus ed4d815fba Make Message.setType(Type) not throw if type is null
RFC 6121 § 5.2.2:
"""
If an application receives a message with no 'type' attribute or the
application does not understand the value of the 'type' attribute
provided, it MUST consider the message to be of type "normal" (i.e.,
"normal" is the default).
"""
2015-01-26 20:47:14 +01:00
..
IQResponseTest.java Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
MessageTest.java Make Message.setType(Type) not throw if type is null 2015-01-26 20:47:14 +01:00
PresenceTest.java Remove Packet.ID_NOT_AVAILABLE 2014-07-06 23:57:06 +02:00
StreamErrorTest.java Rework XMPP Error class design 2014-11-25 13:19:32 +01:00
TestIQ.java Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00