}
}
@SpecCompliant(spec = "draft-ietf-xmpp-3921bis-00", section = "8.3.", status = SpecCompliant.ComplianceStatus.IN_PROGRESS, coverage = SpecCompliant.ComplianceCoverage.COMPLETE)
private RelayResult deliverToBareJID() {
XMPPCoreStanza xmppStanza = XMPPCoreStanza.getWrapper(stanza);
if (xmppStanza == null)
return new RelayResult(new DeliveryException(
"unable to deliver stanza which is not IQ, presence or message"));
if (PresenceStanza.isOfType(stanza)) {