Smack/smack-core/src/test/java/org/jivesoftware/smack
Florian Schmaus 9e797c1b17 Enable PacketExtensions for IQs
This is actually only part one, i.e. with this commit if the user adds a
PacketExtension to an IQ it will be included in IQ.toXml(). Which was
previously only the case if the IQ subclass explicitly included packet
extensions.

The second part of the change is to change the IQ provider, so that
packet extensions are automatically parsed.

Cases where PacketExtensions are used for Message and IQ are slightly
changed. The IQ sublcass now only has a field with this
PacketExtension (see for example
bytestreams.ibb.packet.DataPacketExtension).

Also changed hoxt API: Removed unnecessary indirection and made the
API more Smack idiomatic.
2014-11-10 11:43:18 +01:00
..
filters Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
packet Enable PacketExtensions for IQs 2014-11-10 11:43:18 +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 Add support for XEP-0198: Stream Management 2014-09-11 09:49:16 +02:00
util Add SCRAM-SHA1 support 2014-10-21 15:03:48 +02:00
ChatConnectionTest.java Remove empty statements 2014-11-09 18:31:07 +01:00
DummyConnection.java Move is(Connected|Authenticated) and getUser() 2014-11-01 12:42:53 +01:00
PacketCollectorTest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
RosterTest.java Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
RosterVersioningTest.java Add support for XEP-0198: Stream Management 2014-09-11 09:49:16 +02:00
SmackConfigurationTest.java Split SmackConfiguration into Configuration and Initalization 2014-09-05 15:56:00 +02:00
SmackExceptionTest.java Remove trailing comma in ConnectionException message 2014-10-05 12:19:33 +02:00
StanzaIdTest.java Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
ThreadedDummyConnection.java Remove empty statements 2014-11-09 18:31:07 +01:00