1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 16:44:48 +02:00
Smack/extensions/src/main/java/org/jivesoftware/smackx/pubsub
Florian Schmaus 4cff008708 Return Collections (or sublcasses) instead of Iterators
This allows us to exploid Java 8 streams and Java 5 for-each
loops. The returned Collections are usually unmodifiable. We decided
against returning Iterable because this would mean determining the
size in O(n) compared to Collection.size() which is often faster
(e.g. O(1)).
2014-04-09 20:03:10 +02:00
..
listener Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
packet Use Locale.US when doing String operations 2014-04-03 22:50:13 +02:00
provider Properly escape PubSub item's text (SMACK-546) 2014-02-26 22:00:27 +01:00
util Remove the dependency on javax.xml.transform 2014-02-20 14:47:05 +01:00
AccessModel.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
Affiliation.java Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
AffiliationsExtension.java Use XmlStringBuilder in most toXML() bodies 2014-03-22 16:59:15 +01:00
ChildrenAssociationPolicy.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
CollectionNode.java Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
ConfigurationEvent.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
ConfigureForm.java Return Collections (or sublcasses) instead of Iterators 2014-04-09 20:03:10 +02:00
ConfigureNodeFields.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
EmbeddedPacketExtension.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
EventElement.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
EventElementType.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
FormNode.java Use XmlStringBuilder in most toXML() bodies 2014-03-22 16:59:15 +01:00
FormNodeType.java Use Locale.US when doing String operations 2014-04-03 22:50:13 +02:00
FormType.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
GetItemsRequest.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
Item.java Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
ItemDeleteEvent.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
ItemPublishEvent.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
ItemReply.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
ItemsExtension.java Use XmlStringBuilder in most toXML() bodies 2014-03-22 16:59:15 +01:00
LeafNode.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
Node.java Return Collections (or sublcasses) instead of Iterators 2014-04-09 20:03:10 +02:00
NodeEvent.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
NodeExtension.java Use XmlStringBuilder in most toXML() bodies 2014-03-22 16:59:15 +01:00
NodeType.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
OptionsExtension.java Use XmlStringBuilder in most toXML() bodies 2014-03-22 16:59:15 +01:00
PayloadItem.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
PresenceState.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
PublishItem.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
PublishModel.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
PubSubElementType.java Use Locale.US when doing String operations 2014-04-03 22:50:13 +02:00
PubSubManager.java Return Collections (or sublcasses) instead of Iterators 2014-04-09 20:03:10 +02:00
RetractItem.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
SimplePayload.java Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
SubscribeExtension.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
SubscribeForm.java Return Collections (or sublcasses) instead of Iterators 2014-04-09 20:03:10 +02:00
SubscribeOptionFields.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
Subscription.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
SubscriptionEvent.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
SubscriptionsExtension.java Use XmlStringBuilder in most toXML() bodies 2014-03-22 16:59:15 +01:00
UnsubscribeExtension.java Use XmlStringBuilder in most toXML() bodies 2014-03-22 16:59:15 +01:00