Smack/extensions/src/main/java/org/jivesoftware/smackx/search
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
..
ReportedData.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
SimpleUserSearch.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
UserSearch.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
UserSearchManager.java Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00