Smack/smack-core/src/test/java/org/jivesoftware/smack
Florian Schmaus 9ae66cc747 Use Exception.getString in HostAddress
instead of getMessage(), because some Exceptions, e.g. Android's
NetworkOnMainThreadException, will return null on
getMessage(). Exception.toString() does what we want, i.e. returns
- the exception class name
- and the return value of getLocalizedMessage()
2015-01-18 19:21:58 +01:00
..
filters Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
packet Rework XMPP Error class design 2014-11-25 13:19:32 +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
rosterstore Create org.jivesoftware.smack.rosterstore package 2014-08-16 15:37:16 +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
ChatConnectionTest.java Rework incoming packet listeners and Roster 2015-01-07 14:35:23 +01:00
DummyConnection.java Improve handling of InterruptedException 2015-01-16 17:31:10 +01:00
PacketCollectorTest.java Allows PacketCollector's to cancel each other 2015-01-16 20:55:32 +01:00
RosterTest.java Add IQ request handler API 2015-01-08 23:15:24 +01:00
RosterVersioningTest.java Rework incoming packet listeners and Roster 2015-01-07 14:35:23 +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