Commit Graph

3 Commits

Author SHA1 Message Date
akrherz 6039c8a54a
Remove legacy CVS keywords 2017-01-05 12:03:36 -06:00
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 ec82f63191 Move sample/ into resources/ 2014-03-19 09:00:10 +01:00