1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 20:04:51 +02:00
Smack/source/org/jivesoftware/smackx/pubsub
2012-10-26 10:47:55 +00:00
..
listener SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
packet SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
provider SMACK-330 Added missing node attribute in the item element for pubsub. 2011-04-29 02:36:16 +00:00
util SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
AccessModel.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
Affiliation.java SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
AffiliationsExtension.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
ChildrenAssociationPolicy.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
CollectionNode.java SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
ConfigurationEvent.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
ConfigureForm.java Fixed bug with setting the form value in ConfigureForm.setChildrenAssociationPolicy. It was trying to set a single string value instead of a list. 2011-03-30 02:34:21 +00:00
ConfigureNodeFields.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
EmbeddedPacketExtension.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
EventElement.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
EventElementType.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
FormNode.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
FormNodeType.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
FormType.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
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 SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
ItemPublishEvent.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
ItemReply.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
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-363 Applied code cleanup patches for many generics related issues. 2012-10-26 10:47:55 +00:00
NodeEvent.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
NodeExtension.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
NodeType.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
OptionsExtension.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
PayloadItem.java Just cleaning up an import used in the javadoc. 2011-08-15 01:28:15 +00:00
PresenceState.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
PublishItem.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
PublishModel.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
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 SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
SimplePayload.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
SubscribeExtension.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
SubscribeForm.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
SubscribeOptionFields.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
Subscription.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
SubscriptionEvent.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
SubscriptionsExtension.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00
UnsubscribeExtension.java SMACK-272 Add support for XEP-0060 (pubsub) 2009-10-28 22:38:40 +00:00