Smack/smack-tcp/src/main
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
..
java/org/jivesoftware/smack Fix END_DOCUMENT handling in XMPPTCPConnection 2014-11-15 09:46:39 +01:00
resources/org.jivesoftware.smack Add StreamFeatureProvider 2014-09-11 23:58:07 +02:00