fromStanza static method

StanzaError? fromStanza(
  1. Stanza stanza
)

Implementation

static StanzaError? fromStanza(Stanza stanza) {
  return fromXMLNode(stanza);
}