summaryrefslogtreecommitdiffstats
path: root/comm/calendar/itip/components.conf
blob: ee03b0db0ed2dda83061c867b48d575ad55b4e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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',
  },
]