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
abd9786c
Commit
abd9786c
authored
Oct 17, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix failing test and update changelog. updates #1185
parent
45cda849
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGES.md
CHANGES.md
+1
-0
spec/protocol.js
spec/protocol.js
+1
-1
No files found.
CHANGES.md
View file @
abd9786c
...
...
@@ -12,6 +12,7 @@
-
#1063 URLs in the topic / subject are not clickable
-
#1140 Add support for destroyed chatrooms
-
#1169 Non-joined participants display an unwanted status message
-
#1185 Added Contact still shown as pending
-
#1190 MUC Participants column disappears in certain viewport widths
-
#1193 OMEMO messages without a
`<body>`
fallback are ignored
-
#1199 Can't get back from to login screen from registration screen
...
...
spec/protocol.js
View file @
abd9786c
...
...
@@ -209,7 +209,7 @@
* </iq>
*/
spyOn
(
_converse
.
roster
,
"
updateContact
"
).
and
.
callThrough
();
stanza
=
$iq
({
'
type
'
:
'
set
'
,
'
from
'
:
_converse
.
connection
.
jid
})
stanza
=
$iq
({
'
type
'
:
'
set
'
,
'
from
'
:
_converse
.
bare_
jid
})
.
c
(
'
query
'
,
{
'
xmlns
'
:
'
jabber:iq:roster
'
})
.
c
(
'
item
'
,
{
'
jid
'
:
'
contact@example.org
'
,
...
...
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