.. |
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-352
|
2013-02-07 14:19:47 +00:00 |
ConfigurationEvent.java
|
SMACK-272 Add support for XEP-0060 (pubsub)
|
2009-10-28 22:38:40 +00:00 |
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
|
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-352
|
2013-02-07 14:19:47 +00:00 |
NodeEvent.java
|
SMACK-352
|
2013-02-07 14:19:47 +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
|
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
|
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 |