Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gajim gajim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 178
    • Issues 178
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • gajim
  • gajimgajim
  • Issues
  • #10171

Closed
Open
Created Jul 06, 2020 by Ghost User@ghostContributor

GUI don't show error when you try to invite user to MUC room without permission.

Thanks for great XMPP client!

Versions

  • OS: Debian Buster
  • Gajim version: 1.1.2-2
  • GTK version: 3.24.5-1
  • Python-nbxmpp version: 0.6.10-1

Steps to reproduce the problem

  1. Invite someone to MUC room without permission to do it

Expected behavior

Error shown in GUI

Actual behavior

No error in GUI at all.

XML console shown:

<message xmlns="jabber:client" xml:lang="en" to="jid" from="server" type="error" id="43663d52-3264-4e3e-9849-465bdadea660">
<x xmlns="http://jabber.org/protocol/muc#user">
<invite to="other_jid" />
</x>
<error code="405" type="cancel">
<not-allowed xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" />
<text xml:lang="en" xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">Invitations are not allowed in this conference</text>
</error>
</message>
Assignee
Assign to
Time tracking