summaryrefslogtreecommitdiffstats
path: root/comm/calendar/itip/components.conf
diff options
context:
space:
mode:
Diffstat (limited to 'comm/calendar/itip/components.conf')
-rw-r--r--comm/calendar/itip/components.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/comm/calendar/itip/components.conf b/comm/calendar/itip/components.conf
new file mode 100644
index 0000000000..ee03b0db0e
--- /dev/null
+++ b/comm/calendar/itip/components.conf
@@ -0,0 +1,39 @@
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
+# vim: set filetype=python:
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/
+
+Classes = [
+ {
+ 'cid': '{d4d7b59e-c9e0-4a7a-b5e8-5958f85515f0}',
+ 'contract_ids': ['@mozilla.org/calendar/itip-transport;1?type=email'],
+ 'jsm': 'resource:///modules/CalItipEmailTransport.jsm',
+ 'constructor': 'CalItipEmailTransport',
+ },
+ {
+ 'cid': '{643e0328-36f6-411d-a107-16238dff9cd7}',
+ 'contract_ids': ['@mozilla.org/calendar/itip-channel;1'],
+ 'jsm': 'resource:///modules/CalItipProtocolHandler.jsm',
+ 'constructor': 'ItipChannel',
+ },
+ {
+ 'cid': '{6e957006-b4ce-11d9-b053-001124736B74}',
+ 'contract_ids': ['@mozilla.org/network/protocol;1?name=moz-cal-handle-itip'],
+ 'jsm': 'resource:///modules/CalItipProtocolHandler.jsm',
+ 'constructor': 'ItipProtocolHandler',
+ 'protocol_config': {
+ 'scheme': 'moz-cal-handle-itip',
+ 'flags': [
+ 'URI_NORELATIVE',
+ 'URI_DANGEROUS_TO_LOAD',
+ ],
+ },
+ },
+ {
+ 'cid': '{47c31f2b-b4de-11d9-bfe6-001124736B74}',
+ 'contract_ids': ['@mozilla.org/uriloader/content-handler;1?type=application/x-itip-internal'],
+ 'jsm': 'resource:///modules/CalItipEmailTransport.jsm',
+ 'constructor': 'ItipContentHandler',
+ },
+]