mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-10 21:11:08 +01:00
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. |
||
|---|---|---|
| .. | ||
| listeners | ||
| media | ||
| mediaimpl | ||
| nat | ||
| packet | ||
| provider | ||
| ContentNegotiator.java | ||
| JingleActionEnum.java | ||
| JingleException.java | ||
| JingleManager.java | ||
| JingleNegotiator.java | ||
| JingleNegotiatorState.java | ||
| JingleSession.java | ||
| JingleSessionRequest.java | ||
| JingleSessionState.java | ||
| JingleSessionStateActive.java | ||
| JingleSessionStateEnded.java | ||
| JingleSessionStatePending.java | ||
| JingleSessionStateUnknown.java | ||