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
  • Issues
  • #3433
Closed
Open
Issue created May 02, 2019 by Paul Fariello@paulfariello

xep_0030 add feature documentation

Documentation stands that feature implented by plugin should be announced via xep_0030 by doing:

def post_init(self):
    BasePlugin.post_init(self)
    self.xmpp['xep_0030'].add_feature("jabber:iq:register")

Doing so doesn't seems to work. Feature is not listed when requested with a disco request. Instead most of the officials plugins are doing it with something like:

def session_bind(self, jid):
    self.xmpp['xep_0030'].add_feature('jabber:iq:last') 
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking