Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • X xmpp-rs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xmpp-rs
  • xmpp-rs
  • Merge requests
  • !109

Add into_inner() to tokio_xmpp::SimpleClient

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged moparisthebest requested to merge moparisthebest/xmpp-rs:main into main Mar 24, 2021
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

Currently to get at the underlying TLS stream, you have to do unspeakable things. This normally frowned upon thing is required to test servers for correctness, fuzzing and such.

After this addition, it's much cleaner to do this same thing.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: main