Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub
Florian Schmaus c636e72a9d Change behavior of send()/publish() in LeafNode
Previously publish() was "asynchronously" in that sense that the response
of the IQ as *not* awaited, and send() would wait for the
responses. It makes no sense to have that functionality this way.

Instead we now make publish() to the right thing, i.e., wait for an IQ
result, make send() a proxy for publish(), and mark send() deprecated.

In the future, there may be a publishAsync() method which returns a
Future instance.
2017-04-06 15:11:04 +02:00
..
filter Refactor PEP to use PubSub API. 2015-08-17 12:45:23 +02:00
listener Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
packet Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
provider Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
util Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
AccessModel.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
Affiliation.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
AffiliationsExtension.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
ChildrenAssociationPolicy.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
CollectionNode.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
ConfigurationEvent.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
ConfigureForm.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
ConfigureNodeFields.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
EmbeddedPacketExtension.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
EventElement.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
EventElementType.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
FormNode.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
FormNodeType.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
GetItemsRequest.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
Item.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
ItemDeleteEvent.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
ItemPublishEvent.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
ItemReply.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
ItemsExtension.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
LeafNode.java Change behavior of send()/publish() in LeafNode 2017-04-06 15:11:04 +02:00
Node.java Update Error Prone to 2.0.18 2017-03-07 11:00:47 +01:00
NodeEvent.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
NodeExtension.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
NodeType.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
OptionsExtension.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
PayloadItem.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
PresenceState.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
PubSubAssertionError.java Add PubSubManager.getOrCreateLeafNode(String) 2017-03-18 18:31:06 +01:00
PubSubElementType.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
PubSubFeature.java Refactor PEP to use PubSub API. 2015-08-17 12:45:23 +02:00
PubSubManager.java Add PubSubManager.getOrCreateLeafNode(String) 2017-03-18 18:31:06 +01:00
PublishItem.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
PublishModel.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
RetractItem.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
SimplePayload.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
SubscribeExtension.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
SubscribeForm.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
SubscribeOptionFields.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
Subscription.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
SubscriptionEvent.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
SubscriptionsExtension.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
UnsubscribeExtension.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
package-info.java Improve PubSub API 2015-05-12 17:56:06 +02:00