Smack/documentation
Florian Schmaus 6980c8e63d Rework Smack Provider design
this is the first stop towards fixing "SMACK-65: parsing should look for
depth", by providing the initial parsing depth to the provider. Some
methods (.e.g parseMessage) now use the depth as abort condition,
instead of a unclean String equals check.

parseIQ() and parseExtension() where both renamed to parse.

This also restricts the Exceptions thrown by the parse method, to just
XmlPullParserException, IOException and SmackException (not really a big
victory, but nevertheless a slight improvement).

StreamFeatureProvider is now gone, we simply use PacketExtensionProvider
for stream features.
2014-10-08 16:01:14 +02:00
..
developer PacketExtension.from(Packet), deprecate getFrom() 2014-09-16 22:22:25 +02:00
extensions Add support for XEP-0352: Client State Indication 2014-09-19 23:52:14 +02:00
images Extension was renamed to lowercase. 2004-08-19 17:17:40 +00:00
legacy Move "Message Events (XEP-22)" code to legacy 2014-07-16 12:01:03 +02:00
connections.md Convert html documentation to markdown 2014-08-16 00:11:14 +02:00
debugging.md Convert html documentation to markdown 2014-08-16 00:11:14 +02:00
gettingstarted.md Convert html documentation to markdown 2014-08-16 00:11:14 +02:00
index.md Convert html documentation to markdown 2014-08-16 00:11:14 +02:00
messaging.md Convert html documentation to markdown 2014-08-16 00:11:14 +02:00
overview.md Don't repeat documentation, link to it instead 2014-08-28 15:26:02 +02:00
processing.md Convert html documentation to markdown 2014-08-16 00:11:14 +02:00
providers.md Rework Smack Provider design 2014-10-08 16:01:14 +02:00
roster.md Convert html documentation to markdown 2014-08-16 00:11:14 +02:00