1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-25 21:14:51 +02:00
Smack/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup/agent
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.java Change IQ.Type to enum 2014-06-06 21:10:13 -03:00
AgentRoster.java Use jxmpp-core (0.1.0-alpha1-SNAPSHOT) 2014-06-01 12:24:30 +02:00
AgentRosterListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
AgentSession.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
InvitationRequest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Offer.java Change IQ.Type to enum 2014-06-06 21:10:13 -03:00
OfferConfirmation.java Rework Smack Provider design 2014-10-08 16:01:14 +02:00
OfferConfirmationListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
OfferContent.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
OfferListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
QueueUsersListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
RevokedOffer.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
TranscriptManager.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
TranscriptSearchManager.java Change IQ.Type to enum 2014-06-06 21:10:13 -03:00
TransferRequest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
UserRequest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
WorkgroupQueue.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00