ExternalComponent and XMPP Ping

Issue #92 closed
Vitaly Takmazov created an issue

I see reconnects after XMPP Ping from ExternalComponent to its own JID. Should ExternalComponent ping himself at all or this is a bug? If it is not a bug, then who should answer to this ping?

Comments (4)

  1. Christian Schudt repo owner

    Fix "ExternalComponent and XMPP Ping".

    Fixes issue #92.

    The problem was, that no 'from' attribute was added to outbound stanzas (which is required for External Components). Make sure, every send method prepares the stanza (e.g. to add the from attribtue).

    → <<cset 0ba6c0e2f9e7>>

  2. Christian Schudt repo owner

    Fix "ExternalComponent and XMPP Ping".

    Fixes issue #92.

    The problem was, that no 'from' attribute was added to outbound stanzas (which is required for External Components). Make sure, every send method prepares the stanza (e.g. to add the from attribtue).

    → <<cset f8d06aa97dc2>>

  3. Log in to comment