1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-18 09:24:49 +02:00
Smack/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup
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
..
agent Rework Smack Provider design 2014-10-08 16:01:14 +02:00
ext Rework Smack Provider design 2014-10-08 16:01:14 +02:00
packet Rework Smack Provider design 2014-10-08 16:01:14 +02:00
settings Rework Smack Provider design 2014-10-08 16:01:14 +02:00
user Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
util Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
MetaData.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
QueueUser.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
WorkgroupInvitation.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
WorkgroupInvitationListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00