1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-23 04:22:05 +01:00
Smack/source/org/jivesoftware/smackx/pubsub
2013-10-07 01:38:09 +00:00
..
listener
packet
provider SMACK-455 Fixed improper advance of parser when parsing multiple items in a pubsub message. 2013-10-07 01:38:09 +00:00
util
AccessModel.java
Affiliation.java
AffiliationsExtension.java
ChildrenAssociationPolicy.java
CollectionNode.java SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
ConfigurationEvent.java
ConfigureForm.java Fixed small problem in one field and removed possible NPE on get from any field. 2013-02-07 03:57:38 +00:00
ConfigureNodeFields.java
EmbeddedPacketExtension.java
EventElement.java
EventElementType.java
FormNode.java
FormNodeType.java
FormType.java
GetItemsRequest.java
Item.java Fixed import linked in javadoc 2011-04-29 11:41:12 +00:00
ItemDeleteEvent.java
ItemPublishEvent.java
ItemReply.java
ItemsExtension.java
LeafNode.java
Node.java SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
NodeEvent.java SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
NodeExtension.java
NodeType.java
OptionsExtension.java
PayloadItem.java Just cleaning up an import used in the javadoc. 2011-08-15 01:28:15 +00:00
PresenceState.java
PublishItem.java
PublishModel.java
PubSubElementType.java SMACK-330 Added missing node attribute in the item element for pubsub. 2011-04-29 02:36:16 +00:00
PubSubManager.java SMACK-363 Applied code cleanup patches for many generics related issues. 2012-10-26 10:47:55 +00:00
RetractItem.java
SimplePayload.java
SubscribeExtension.java
SubscribeForm.java PubSub SubcribeForm: Use new StringUtils.formatXEP0082Date to get the correct date string. Note that the previous used SimpleDateFormat "yyyy-MM-dd'T'HH:mm:ss.SSSZ" did not produce XEP-0082 conforming strings, since Z is replace with e.g. '+0100' whereas it should be '+01:00'. 2013-02-04 13:33:15 +00:00
SubscribeOptionFields.java
Subscription.java
SubscriptionEvent.java
SubscriptionsExtension.java
UnsubscribeExtension.java