Add missing 'break' statement in BOSHPacketReader

This commit is contained in:
Florian Schmaus 2015-02-10 16:36:34 +01:00
parent 96e3d5c533
commit b7ac16c1fb
1 changed files with 1 additions and 0 deletions

View File

@ -540,6 +540,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
BodyQName.create(XMPPBOSHConnection.BOSH_URI, "to"), getServiceName()).build());
Success success = new Success(parser.nextText());
getSASLAuthentication().authenticated(success);
break;
case "features":
parseFeatures(parser);
break;