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

Xep 0198 s2s #1969

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Xep 0198 s2s #1969

wants to merge 25 commits into from

Commits on Aug 28, 2017

  1. client part without resumption

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    93944f5 View commit details
    Browse the repository at this point in the history
  2. priority

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    5939705 View commit details
    Browse the repository at this point in the history
  3. add handle_authenticated_features/2 function

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    17cfb01 View commit details
    Browse the repository at this point in the history
  4. stanza rerouting

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    c9df931 View commit details
    Browse the repository at this point in the history
  5. new connection to remote server

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    c0ae0ae View commit details
    Browse the repository at this point in the history
  6. new connection to remote server

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    d488c2b View commit details
    Browse the repository at this point in the history
  7. stream management enabled for client and server

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    a18d585 View commit details
    Browse the repository at this point in the history
  8. stanza acknowledgement server and client part

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    39eb153 View commit details
    Browse the repository at this point in the history
  9. timer for stanza acknowledgement

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    ef7e29c View commit details
    Browse the repository at this point in the history
  10. server can't enable stream management error

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    a403f4f View commit details
    Browse the repository at this point in the history
  11. resend unacked stanzas

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    b68f33c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b07fbd1 View commit details
    Browse the repository at this point in the history
  13. change bounce_error/2 function

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    97f0278 View commit details
    Browse the repository at this point in the history
  14. resume only if queue isn't empty

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    9f563f4 View commit details
    Browse the repository at this point in the history
  15. change server part resumption

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    d7717bd View commit details
    Browse the repository at this point in the history
  16. change server part resumption

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    ec46370 View commit details
    Browse the repository at this point in the history
  17. add queue for pending state

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    e2de29c View commit details
    Browse the repository at this point in the history
  18. add queue for pending state

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    0053786 View commit details
    Browse the repository at this point in the history
  19. tests for server part of implementation

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    245a470 View commit details
    Browse the repository at this point in the history
  20. change send_rack/1

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    7c70f74 View commit details
    Browse the repository at this point in the history
  21. send sm_failed with number of incoming messages

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    3aaac27 View commit details
    Browse the repository at this point in the history
  22. test resume failed

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    bc2b3cf View commit details
    Browse the repository at this point in the history
  23. fix comment

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    1f10a89 View commit details
    Browse the repository at this point in the history
  24. minor changes

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    ee9902f View commit details
    Browse the repository at this point in the history
  25. drop acknowledged stanzas from queue

    amuhar committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    1548db3 View commit details
    Browse the repository at this point in the history