Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S slixmpp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poeziopoezio
  • slixmpp
  • Merge requests
  • !164

Bye bye xmpp.process()

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Link Mauve requested to merge linkmauve/slixmpp:bye-bye-xmpp-process into master May 19, 2021
  • Overview 2
  • Commits 4
  • Pipelines 2
  • Changes 45

The most common help request is about integration with other libraries, and hiding our asyncio loop behind a very unhelpful xmpp.process() isn’t a good way to guide users towards that.

Instead, let’s expose the gory asyncio details in every single example and documentation, so that it becomes clear that we aren’t doing anything special there.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bye-bye-xmpp-process