StanzaError jaxb exception

Issue #97 invalid
Vitaly Takmazov created an issue

unable to marshal type "rocks.xmpp.core.stanza.model.StanzaError" as an element because it is missing an @XmlRootElement annotation

I've create StanzaError and add them with addExtension to stanza. Am I miss something?

Comments (1)

  1. Christian Schudt repo owner

    Use setError(). StanzaError is no extension.

    And please use the mailing list for questions like this. It's not a bug.

  2. Log in to comment