Smack/core/src/integration-test/java/org/jivesoftware/smack
Georg Lukas ab70cfec24 Refactoring: All connection classes begin with XMPP now
This commit renames classes as follows:
 * TCPConnection --> XMPPTCPConnection
 * BOSHConnection --> XMPPBOSHConnection

There are two reasons for this rename. First, it is there to indicate
that the classes actually _are_ XMPP connections, using different
transport mechanisms. Second, it makes auto-completion in IDEs easier,
the developer can type XMPP<complete> and choose the right backend.
2014-04-09 20:03:07 +02:00
..
filter Activate the jingle subproject and move integration tests 2014-02-19 10:38:30 +01:00
packet Substitute MXParser with a call to XmlPullParserFactory 2014-02-20 13:48:36 +01:00
test Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00
util Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
ChatTest.java Activate the jingle subproject and move integration tests 2014-02-19 10:38:30 +01:00
FloodTest.java Activate the jingle subproject and move integration tests 2014-02-19 10:38:30 +01:00
IQTest.java Activate the jingle subproject and move integration tests 2014-02-19 10:38:30 +01:00
LoginTest.java Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00
MessageTest.java Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00
PacketReaderTest.java Activate the jingle subproject and move integration tests 2014-02-19 10:38:30 +01:00
PresenceTest.java Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00
PrivacyClient.java Activate the jingle subproject and move integration tests 2014-02-19 10:38:30 +01:00
ReconnectionTest.java Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00
RosterInitializedBeforeConnectTest.java Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00
RosterListenerTest.java Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00
RosterSmackTest.java Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00