1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 03:44:50 +02:00
Smack/smack-tcp/src/main/java/org/jivesoftware/smack
Florian Schmaus 30ec2bd072 Cleanup XMPPTCPConnection, mostly exception handling
In initConnection, only initReaderAndWriter() throws IOException.

connectUsingConfiguration doesn't need to take an argument.

PacketReader.init does not throw a SmackException.

Use Async.go() in PacketWriter, just like it's already done in PacketReader.
2015-01-26 07:54:12 +01:00
..
sm Move Stream Management code into o.j.smack.sm 2015-01-18 11:07:47 +01:00
tcp Cleanup XMPPTCPConnection, mostly exception handling 2015-01-26 07:54:12 +01:00