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
9d7b41cd
Commit
9d7b41cd
authored
Jan 14, 2016
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #540. Remove deprecated way of initializing plugins.
Should already have been removed in the previous release.
parent
48c6e377
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
converse.js
converse.js
+0
-3
docs/CHANGES.md
docs/CHANGES.md
+1
-0
No files found.
converse.js
View file @
9d7b41cd
...
...
@@ -6347,9 +6347,6 @@
if
(
typeof
plugin
.
initialize
===
"
function
"
)
{
plugin
.
initialize
.
bind
(
plugin
)(
this
);
}
else
{
// This will be deprecated in 0.10
plugin
.
bind
(
this
)(
this
);
}
}.
bind
(
this
));
};
...
...
docs/CHANGES.md
View file @
9d7b41cd
...
...
@@ -5,6 +5,7 @@
-
#524 Added
`auto_join_on_invite`
parameter for automatically joining chatrooms. [ben]
-
#521 Not sending presence when connecting after disconnection. [jcbrand]
-
#536 Presence not sent out (in cases where it should) after page refresh. [jcbrand]
-
#540
`bind is not a function`
error for plugins without
`initialize`
method. [jcbrand]
-
A chatroom invite might come from someone not in your roster list. [ben]
## 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