mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-07 13:41:08 +01:00
Introduce AbstractError, change 'Conditions' to enums. Because of AbstractError, it was necessary that PlainStreamElement and TopLevelStreamElement becomes an interface. Thus the implementation of TopLevelStreamElement.toString() had to be removed. This adds - policy-violation - unexpected-request to XMPPError.Condition, and removes the - payment-required - remote-server-error - unexpected-condition - request-timeout Conditions The file transfer code does now no longer throw XMPPErrorExceptions, but SmackExceptions. Fixes SMACK-608. Makes it possible to resolves SMACK-386. |
||
|---|---|---|
| .. | ||
| 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 | ||