1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-27 22:42:06 +01:00
Smack/smack-extensions/src/main/java/org/jivesoftware/smackx
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
..
address Rework Smack Provider design 2014-10-08 16:01:14 +02:00
amp Rework Smack Provider design 2014-10-08 16:01:14 +02:00
attention/packet Rework Smack Provider design 2014-10-08 16:01:14 +02:00
bookmarks Rework Smack Provider design 2014-10-08 16:01:14 +02:00
bytestreams Rework Smack Provider design 2014-10-08 16:01:14 +02:00
caps Rework Smack Provider design 2014-10-08 16:01:14 +02:00
chatstates Rework Smack Provider design 2014-10-08 16:01:14 +02:00
commands Rework Smack Provider design 2014-10-08 16:01:14 +02:00
delay Rework Smack Provider design 2014-10-08 16:01:14 +02:00
disco Rework Smack Provider design 2014-10-08 16:01:14 +02:00
filetransfer Improve FileTransfer.writeToStream() 2014-09-09 21:06:12 +02:00
forward Rework Smack Provider design 2014-10-08 16:01:14 +02:00
iqlast Rework Smack Provider design 2014-10-08 16:01:14 +02:00
iqprivate Rework Smack Provider design 2014-10-08 16:01:14 +02:00
iqregister Rework Smack Provider design 2014-10-08 16:01:14 +02:00
iqversion Rework Smack Provider design 2014-10-08 16:01:14 +02:00
jiveproperties Rework Smack Provider design 2014-10-08 16:01:14 +02:00
muc Rework Smack Provider design 2014-10-08 16:01:14 +02:00
nick/packet Rework Smack Provider design 2014-10-08 16:01:14 +02:00
offline Rework Smack Provider design 2014-10-08 16:01:14 +02:00
pep Rework Smack Provider design 2014-10-08 16:01:14 +02:00
ping Rework Smack Provider design 2014-10-08 16:01:14 +02:00
privacy Rework Smack Provider design 2014-10-08 16:01:14 +02:00
pubsub Rework Smack Provider design 2014-10-08 16:01:14 +02:00
receipts Rework Smack Provider design 2014-10-08 16:01:14 +02:00
rsm Rework Smack Provider design 2014-10-08 16:01:14 +02:00
search Rework Smack Provider design 2014-10-08 16:01:14 +02:00
sharedgroups Rework Smack Provider design 2014-10-08 16:01:14 +02:00
shim Rework Smack Provider design 2014-10-08 16:01:14 +02:00
si Rework Smack Provider design 2014-10-08 16:01:14 +02:00
time Cleanup carbons, forwarded and a few others API 2014-07-16 11:46:30 +02:00
vcardtemp Rework Smack Provider design 2014-10-08 16:01:14 +02:00
xdata Rework Smack Provider design 2014-10-08 16:01:14 +02:00
xhtmlim Rework Smack Provider design 2014-10-08 16:01:14 +02:00