I'm looking at implementing the "XEP-0012 Last Activity" extension and have a questions about handling error type IQ stanzas. Part of the specification specified the needs to be able to pass-through these stanzas from client to client but the method signature of the handleError method defined in the DefaultIQHandler does not alllow a return. Here is the signature:
protected void handleError(IQStanza stanza, ServerRuntimeContext serverRuntimeContext, SessionContext sessionContext) So my questions is: Is this a bug in the DefaultIQHandler? Or should I not be using that class for this use case? Regards, Joe PS New to the list and to Vysper.
