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

Add Jingle: XEP-0166, XEP-0234, XEP-0261, XEP-0047 #1890

Commits on Sep 18, 2023

  1. Add Jingle: XEP-0166, XEP-0234, XEP-0261, XEP-0047

    Jingle is a session negotiation protocol,
    it can not transfer data by itself,
    but it enables us to transfer data
    over negotiated channels.
    
    To transfer files over Jingle, the IBB is a required channel,
    it's very stable (over XMPP), but it's slow.
    
    It's planned to add Socks5 and over protocols in the future
    updates,
    but for now this is a minimal setup to use the Jingle for file transfer.
    
    Special thanks to the @jubalh and @jaeckel for their support and
    contributions.
    H3rnand3zzz committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f36e4bb View commit details
    Browse the repository at this point in the history