1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-09-30 03:29:33 +02:00
Commit graph

2 commits

Author SHA1 Message Date
Florian Schmaus 069e7d7e60 Use connection specific reply timeout value
instead of the global default one.
2014-04-23 10:08:51 +02: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
Renamed from bosh/src/main/java/org/jivesoftware/smack/BOSHConnection.java (Browse further)