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
ef8082a3
Commit
ef8082a3
authored
Nov 15, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #262 Contact requests not shown if page reloaded.
parent
60eb7552
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
converse.js
converse.js
+2
-2
docs/CHANGES.rst
docs/CHANGES.rst
+1
-0
No files found.
converse.js
View file @
ef8082a3
...
@@ -3644,7 +3644,7 @@
...
@@ -3644,7 +3644,7 @@
converse
.
getVCard
(
converse
.
getVCard
(
bare_jid
,
bare_jid
,
$
.
proxy
(
function
(
jid
,
fullname
,
img
,
img_type
,
url
)
{
$
.
proxy
(
function
(
jid
,
fullname
,
img
,
img_type
,
url
)
{
this
.
add
({
this
.
create
({
jid
:
bare_jid
,
jid
:
bare_jid
,
subscription
:
'
none
'
,
subscription
:
'
none
'
,
ask
:
null
,
ask
:
null
,
...
@@ -3658,7 +3658,7 @@
...
@@ -3658,7 +3658,7 @@
},
this
),
},
this
),
$
.
proxy
(
function
(
jid
,
iq
)
{
$
.
proxy
(
function
(
jid
,
iq
)
{
converse
.
log
(
"
Error while retrieving vcard
"
);
converse
.
log
(
"
Error while retrieving vcard
"
);
this
.
add
({
this
.
create
({
jid
:
bare_jid
,
jid
:
bare_jid
,
subscription
:
'
none
'
,
subscription
:
'
none
'
,
ask
:
null
,
ask
:
null
,
...
...
docs/CHANGES.rst
View file @
ef8082a3
...
@@ -17,6 +17,7 @@ Changelog
...
@@ -17,6 +17,7 @@ Changelog
* #237 Unable to create room when ``hide_muc_server`` is ``true``. [jcbrand]
* #237 Unable to create room when ``hide_muc_server`` is ``true``. [jcbrand]
* #238 Rooms are not shown when ``hide_offline_users`` is ``true``. [jcbrand]
* #238 Rooms are not shown when ``hide_offline_users`` is ``true``. [jcbrand]
* #251 Non-minified builds for debugging. [jcbrand]
* #251 Non-minified builds for debugging. [jcbrand]
* #262 Contact requests are not shown if page is reloaded. [jcbrand]
* #264 Remove unnecessary commas for ie8 compatibility. [Deuteu]
* #264 Remove unnecessary commas for ie8 compatibility. [Deuteu]
* #267 Unread messages counter wrongly gets incremented by chat state notifications. [Deuteu]
* #267 Unread messages counter wrongly gets incremented by chat state notifications. [Deuteu]
* #274 Roster filtering results change with presence changes. [jcbrand]
* #274 Roster filtering results change with presence changes. [jcbrand]
...
...
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