Smack/smack-tcp/src/main/java/org/jivesoftware/smack/tcp
Florian Schmaus 301519a264 Fix END_DOCUMENT handling in XMPPTCPConnection
The 'break' statement in the END_DOCUMENT case should break the parsing
loop and not the switch/case within. Therefore we need to add a loop
label on break on that label.
2014-11-15 09:46:39 +01:00
..
sm Add XMPPTCPConnection.sendSMAcknowledgement 2014-10-28 15:11:48 +01:00
XMPPTCPConnection.java Fix END_DOCUMENT handling in XMPPTCPConnection 2014-11-15 09:46:39 +01:00
XMPPTCPConnectionConfiguration.java Apply builder pattern to ConnectionConfiguration 2014-11-15 09:46:31 +01:00