mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-15 07:21:08 +01:00
Add support for XEP-0059: Result Set Management
SMACK-581
This commit is contained in:
parent
d3cea48c0d
commit
2dc93d7639
11 changed files with 407 additions and 10 deletions
|
|
@ -45,7 +45,7 @@ public class PubSubProvider implements IQProvider
|
|||
|
||||
if (eventType == XmlPullParser.START_TAG)
|
||||
{
|
||||
PacketExtension ext = PacketParserUtils.parsePacketExtension(parser.getName(), namespace, parser);
|
||||
PacketExtension ext = PacketParserUtils.parsePacketExtension(parser.getName(), parser.getNamespace(), parser);
|
||||
|
||||
if (ext != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue