Commit Graph

7 Commits

Author SHA1 Message Date
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
Florian Schmaus c86d6e3b61 Update README.md's ChatManager example to new API 2014-04-08 18:26:47 +02:00
Florian Schmaus 8e693ba5d5 Add nightly javadoc and documentation link to README 2014-03-10 10:23:33 +01:00
Florian Schmaus 489816c61f Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
Florian Schmaus 1f63ac31a5 Update README.md 2014-02-18 10:03:42 +01:00
Florian Schmaus 202be35978 Add resource URLs to README.md 2014-02-16 15:22:47 +01:00
Jason Sipula 64b8cfe3dc added basic markdown readme 2014-02-15 13:36:42 -08:00