1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-01-01 15:38:00 +01:00
Smack/source/org/jivesoftware/smackx/pubsub
2013-03-23 22:18:38 +00:00
..
listener
packet SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
provider SMACK-415 Applied patch to fix improper use of parser. 2013-03-23 22:18:38 +00:00
util
AccessModel.java
Affiliation.java SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
AffiliationsExtension.java
ChildrenAssociationPolicy.java
CollectionNode.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +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 Issue SMACK-308: Fixed multiple bugs in XML generation. 2010-04-14 18:24:12 +00:00
Item.java Fixed import linked in javadoc 2011-04-29 11:41:12 +00:00
ItemDeleteEvent.java
ItemPublishEvent.java
ItemReply.java
ItemsExtension.java SMACK-289 Added functionality for retrieving items when the user has multiple subscriptions 2010-01-30 00:04:39 +00:00
LeafNode.java SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
Node.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
NodeEvent.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +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 SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
Subscription.java
SubscriptionEvent.java
SubscriptionsExtension.java
UnsubscribeExtension.java