Closed
Bug 1007239
Opened 11 years ago
Closed 11 years ago
libpurple XPCOM protocol commands leak into JS protocols
Categories
(Chat Core :: General, defect)
Chat Core
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: qheaden, Unassigned)
References
Details
If a JavaScript based implementation of a chat protocol is enabled, and it overrides a libbpurple implementation of that same protocol, the available commands from the libpurple implementation are still available when using the JavaScript implementation.
Most of the time this is okay, but some JS protocols, such as JS-Yahoo, have been cleaned up from confusing, unused, or unnecessary commands, such as the /join command found in the libpurple Yahoo code which was removed from JS-Yahoo.
libpurple protocol commands should not appear at all in the JS implementation of a protocol.
Comment 1•11 years ago
|
||
I can't reproduce this with the current nightly.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Comment 2•11 years ago
|
||
I believe I fixed this in bug 955360.
Comment 3•11 years ago
|
||
I don't see how that patch would have fixed this.
You need to log in
before you can comment on or make changes to this bug.
Description
•