Bug 735215 - Enable Jabber / generic XMPP protocol, r=clokep.

--HG--
extra : rebase_source : 8138640c207d0d845b2701cbcef0ac949d56ad8f
This commit is contained in:
Florian Quèze 2012-06-04 20:09:20 +02:00
Родитель 6fbde94e75
Коммит 57bf35dabe
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -23,7 +23,7 @@ function XMPPProtocol() {
XMPPProtocol.prototype = {
__proto__: GenericProtocolPrototype,
get normalizedName() "jabber",
get name() "XMPP (JS)",
get name() "XMPP",
get iconBaseURI() "chrome://prpl-jabber/skin/",
getAccount: function(aImAccount) new XMPPAccount(this, aImAccount),
options: {

Просмотреть файл

@ -1,3 +1,3 @@
component {dde786d1-6f59-43d0-9bc8-b505a757fb30} xmpp.js
contract @mozilla.org/chat/xmpp;1 {dde786d1-6f59-43d0-9bc8-b505a757fb30}
#category im-protocol-plugin prpl-jabber @mozilla.org/chat/xmpp;1
category im-protocol-plugin prpl-jabber @mozilla.org/chat/xmpp;1 application={3550f703-e582-4d05-9a08-453d09bdfdc6}