Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C2s/pubsub #3785

Merged
merged 2 commits into from
Oct 4, 2022
Merged

C2s/pubsub #3785

merged 2 commits into from
Oct 4, 2022

Commits on Oct 3, 2022

  1. Fix stream from verification

    https://datatracker.ietf.org/doc/html/rfc6120#section-8.1.2.1
    1.  When a server receives an XML stanza from a connected client, the
           server MUST add a 'from' attribute to the stanza or override the
           'from' attribute specified by the client, where the value of the
           'from' attribute MUST be the full JID
           (<localpart@domainpart/resource>) determined by the server for
           the connected resource that generated the stanza (see
           Section 4.3.6), or the bare JID (<localpart@domainpart>) in the
           case of subscription-related presence stanzas (see [XMPP-IM]).
    NelsonVides committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    cfae222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e555aae View commit details
    Browse the repository at this point in the history