This commit is contained in:
iNPUTmice 2014-12-19 13:40:16 +01:00
parent f00e168752
commit 627982df90
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class IqParser extends AbstractParser implements OnIqPacketReceived {
if (item.getName().equals("item")) {
final Jid jid = item.getAttributeAsJid("jid");
if (jid == null) {
break;
continue;
}
String name = item.getAttribute("name");
String subscription = item.getAttribute("subscription");