Smack/smack-tcp/src
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
..
main Fix END_DOCUMENT handling in XMPPTCPConnection 2014-11-15 09:46:39 +01:00
test/java/org/jivesoftware/smack/tcp Apply builder pattern to ConnectionConfiguration 2014-11-15 09:46:31 +01:00