mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 01:29:38 +02:00
Add missing 'break' statement in BOSHPacketReader
This commit is contained in:
parent
96e3d5c533
commit
b7ac16c1fb
1 changed files with 1 additions and 0 deletions
|
@ -540,6 +540,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
|
||||||
BodyQName.create(XMPPBOSHConnection.BOSH_URI, "to"), getServiceName()).build());
|
BodyQName.create(XMPPBOSHConnection.BOSH_URI, "to"), getServiceName()).build());
|
||||||
Success success = new Success(parser.nextText());
|
Success success = new Success(parser.nextText());
|
||||||
getSASLAuthentication().authenticated(success);
|
getSASLAuthentication().authenticated(success);
|
||||||
|
break;
|
||||||
case "features":
|
case "features":
|
||||||
parseFeatures(parser);
|
parseFeatures(parser);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue