Smack/smack-jingle-old
Florian Schmaus 9286a1decb Rework XMPP Error class design
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.
2014-11-25 13:19:32 +01:00
..
libs Renamed smack-jingle to smack-jingle-old 2014-08-20 00:26:02 +02:00
src Rework XMPP Error class design 2014-11-25 13:19:32 +01:00
build.gradle Renamed smack-jingle to smack-jingle-old 2014-08-20 00:26:02 +02:00