Smack/extensions/src/main/java/org/jivesoftware/smackx/bookmarks
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
..
BookmarkManager.java Use WeakHashMap in BookmarkManager and PrivateDataManager 2014-04-04 11:55:06 +02:00
BookmarkedConference.java Move EntityCaps and Bookmarks API in correct package 2014-02-18 10:24:59 +01:00
BookmarkedURL.java Move EntityCaps and Bookmarks API in correct package 2014-02-18 10:24:59 +01:00
Bookmarks.java Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00
SharedBookmark.java Move EntityCaps and Bookmarks API in correct package 2014-02-18 10:24:59 +01:00