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
  • !203

XEP-0115: Make get_caps() async

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nicoco K requested to merge nicoco/slixmpp:fix-xep_0115-static into master Jun 09, 2022
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

It is unclear to me why, but without info = await self.caps.get_caps(jid), I had Coroutine is not subscriptable triggered by if info and feature in info['features']:.

I also make StatiCaps.get_caps() async but I am not entirely sure if that is correct.

Maybe I misuse this plugin here.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-xep_0115-static