1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 01:29:38 +02:00

Add support for (custom) data form extensions

Fixes SMACK-605
This commit is contained in:
Florian Schmaus 2014-09-12 13:43:04 +02:00
parent d57fecfcc9
commit 9016120d71
3 changed files with 20 additions and 1 deletions

View file

@ -609,7 +609,7 @@ public class PacketParserUtils {
return iqPacket;
}
private static RosterPacket parseRoster(XmlPullParser parser) throws Exception {
public static RosterPacket parseRoster(XmlPullParser parser) throws Exception {
RosterPacket roster = new RosterPacket();
boolean done = false;
RosterPacket.Item item = null;