Smack/smack-tcp/src/main/java/org/jivesoftware/smack
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
..
initializer/tcp s/SmackTcpSmackInitalizer/SmackTcpSmackInitializer/ 2014-10-23 17:42:54 +02:00
tcp Fix END_DOCUMENT handling in XMPPTCPConnection 2014-11-15 09:46:39 +01:00