Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
b63cd38e
Commit
b63cd38e
authored
Jan 19, 2016
by
JC Brand
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #554 from rlanvin/master
Fix #487
parents
226e2e91
8d495d30
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
converse.js
converse.js
+7
-0
docs/CHANGES.md
docs/CHANGES.md
+1
-0
No files found.
converse.js
100644 → 100755
View file @
b63cd38e
...
...
@@ -4192,6 +4192,13 @@
this
.
save
({
'
resources
'
:
resources
});
}
}
else
{
// if there is no resource (resource is null), it probably
// means that the user is now completely offline. To make sure
// that there isn't any "ghost" resources left, we empty the array
this
.
save
({
'
resources
'
:
[]});
return
0
;
}
return
resources
.
length
;
},
...
...
docs/CHANGES.md
100644 → 100755
View file @
b63cd38e
...
...
@@ -15,6 +15,7 @@
-
#547 By default the
`offline`
state is no longer choosable.
See
[
include_offline_state
](
https://conversejs.org/docs/html/configuration.html#include_offline_state
)
for details. [jcbrand]
-
A chatroom invite might come from someone not in your roster list. [ben]
-
#487 Empty the resources array when the resource is null [rlanvin]
## 0.10.0 (2015-11-05)
...
...
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