mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01: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());
|
||||
Success success = new Success(parser.nextText());
|
||||
getSASLAuthentication().authenticated(success);
|
||||
break;
|
||||
case "features":
|
||||
parseFeatures(parser);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue