Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Malte L
gajim-plugins
Commits
f0a1da45
Commit
f0a1da45
authored
Jan 19, 2019
by
Philipp Hörist
Browse files
[omemo] Handle MUC beeing destroyed
parent
d235ac68
Changes
1
Hide whitespace changes
Inline
Side-by-side
omemo/modules/omemo.py
View file @
f0a1da45
...
...
@@ -403,6 +403,9 @@ class OMEMO:
if
properties
.
type
==
PresenceType
.
ERROR
:
return
if
properties
.
is_muc_destroyed
:
return
room
=
properties
.
jid
.
getBare
()
nick
=
properties
.
muc_nickname
status_codes
=
properties
.
muc_status_codes
or
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment