Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
178
Issues
178
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
c9069ce6
Commit
c9069ce6
authored
Apr 02, 2014
by
mathieui
3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
#2377
(send back unavailable presence on message from unknown room)
parent
52e6334c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/core.py
src/core.py
+1
-0
No files found.
src/core.py
View file @
c9069ce6
...
...
@@ -3197,6 +3197,7 @@ class Core(object):
tab
=
self
.
get_tab_by_name
(
room_from
,
tabs
.
MucTab
)
if
not
tab
:
self
.
information
(
_
(
"message received for a non-existing room: %s"
)
%
(
room_from
))
muc
.
leave_groupchat
(
self
.
xmpp
,
room_from
,
self
.
own_nick
,
msg
=
''
)
return
nick_from
=
message
[
'mucnick'
]
...
...
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