Smack/smack-core/src/test/java/org/jivesoftware/smack
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
..
filters Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
packet Make Message.setType(Type) not throw if type is null 2015-01-26 20:47:14 +01:00
parsing Rework Smack Provider design 2014-10-08 16:01:14 +02:00
provider Rework Smack Provider design 2014-10-08 16:01:14 +02:00
sasl Add SCRAM-SHA1 support 2014-10-21 15:03:48 +02:00
test/util Improve handling of InterruptedException 2015-01-16 17:31:10 +01:00
util Add support for SASL failure 'text' elements 2014-11-19 09:57:39 +01:00
DummyConnection.java Create smack-im subproject for XMPP-IM 2015-01-26 07:54:05 +01:00
PacketCollectorTest.java Allows PacketCollector's to cancel each other 2015-01-16 20:55:32 +01:00
SmackConfigurationTest.java Split SmackConfiguration into Configuration and Initalization 2014-09-05 15:56:00 +02:00
SmackExceptionTest.java Use Exception.getString in HostAddress 2015-01-18 19:21:58 +01:00
StanzaIdTest.java Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
ThreadedDummyConnection.java Fix PubSub namespaces 2014-12-17 13:34:49 +01:00