Smack/documentation/extensions
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
..
caps.html Merge branch smack_3_3_2 and trunk 2013-12-30 01:29:55 +01:00
dataforms.html Initial version. 2004-06-07 01:37:55 +00:00
disco.html Return Collections (or sublcasses) instead of Iterators 2014-04-09 20:03:10 +02:00
filetransfer.html Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
hoxt.html Added support for HOXT (XEP-0332) 2014-03-20 12:36:04 +02:00
index.html UI updates. 2003-08-29 18:47:39 +00:00
intro.html Added support for HOXT (XEP-0332) 2014-03-20 12:36:04 +02:00
invitation.html Added group chat invitation docs. 2003-10-13 15:39:11 +00:00
messageevents.html Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
muc.html Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
privacy.html Cleanup of PrivacyList API 2014-03-10 15:32:17 +01:00
privatedata.html UI updates. 2003-08-29 18:47:39 +00:00
pubsub.html Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
rosterexchange.html Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
style.css UI updates. 2003-08-29 18:47:39 +00:00
time.html UI updates. 2003-08-29 18:47:39 +00:00
toc.html Move privacy lists from core to extensions 2014-02-15 22:35:38 +01:00
xhtml.html Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00