Smack/jingle/src/main/java/org/jivesoftware/smackx/jingle
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
..
listeners "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
media Use Locale.US when doing String operations 2014-04-03 22:50:13 +02:00
mediaimpl Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
nat Use Locale.US when doing String operations 2014-04-03 22:50:13 +02:00
packet Use Locale.US when doing String operations 2014-04-03 22:50:13 +02:00
provider Introduce SmackException 2014-03-14 01:46:42 +01:00
ContentNegotiator.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
JingleActionEnum.java Activate the jingle subproject and move integration tests 2014-02-19 10:38:30 +01:00
JingleException.java Move Jingle packet and provider under smackx.jingle 2014-03-09 11:20:30 +01:00
JingleManager.java Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00
JingleNegotiator.java Introduce SmackException 2014-03-14 01:46:42 +01:00
JingleNegotiatorState.java Activate the jingle subproject and move integration tests 2014-02-19 10:38:30 +01:00
JingleSession.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
JingleSessionRequest.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
JingleSessionState.java Introduce SmackException 2014-03-14 01:46:42 +01:00
JingleSessionStateActive.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
JingleSessionStateEnded.java Move Jingle packet and provider under smackx.jingle 2014-03-09 11:20:30 +01:00
JingleSessionStatePending.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
JingleSessionStateUnknown.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00