Smack

Multiple errors in pubsub GetItemsRequest

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 3.1.0
  • Fix Version/s: 3.2.0
  • Component/s: Extensions
  • Labels:
    None

Description

1. org.jivesoftware.smackx.pubsub.GetItemsRequest constructor GetItemsRequest(String nodeId, String subscriptionId, int maxItems) the local variable maxItems is never set to the argument maxItems.
2. in toXml, in the block if (getSubscriptionId() != null) the xml should not be ended - builder.append("'/>"); should be builder.append("' ");
3. in toXml, in the block if (getMaxItems() > 0) the xml should not be ended - builder.append("'/>"); should be builder.append("' ");

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: