xmpp_p2p
    Preparing search index...

    Function handlePubSubMessageElement

    • Routes a PubSub event message to the correct local handler.

      Parameters

      • topic: string

        The pubsub topic the message arrived on.

      • element: Element

        Incoming <message/> stanza.

      • ctx: XmppPubSubContext

        PubSub execution context.

      Returns Promise<void>

      Nothing.