bard / sameplace

Mozilla-based instant messaging client

This URL has Read+Write access

sameplace / install.rdf
100644 68 lines (56 sloc) 2.455 kb
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0"?>
 
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
 
  <Description about="urn:mozilla:install-manifest">
    <em:id>sameplace@hyperstruct.net</em:id>
    <em:version>42.0.0</em:version>
    <em:type>2</em:type>
 
    <!-- firefox -->
 
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>3.0</em:minVersion>
        <em:maxVersion>3.5.*</em:maxVersion>
      </Description>
    </em:targetApplication>
 
    <!-- flock -->
 
    <!-- <em:targetApplication> -->
    <!-- <Description> -->
    <!-- <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id> -->
    <!-- <em:minVersion>0.9</em:minVersion> -->
    <!-- <em:maxVersion>1.1</em:maxVersion> -->
    <!-- </Description> -->
    <!-- </em:targetApplication> -->
    
    <!-- thunderbird -->
    
    <!-- <em:targetApplication> -->
    <!-- <Description> -->
    <!-- <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> -->
    <!-- <em:minVersion>2.0</em:minVersion> -->
    <!-- <em:maxVersion>2.0.0.*</em:maxVersion> -->
    <!-- </Description> -->
    <!-- </em:targetApplication> -->
   
    <!-- songbird -->
 
    <!-- <em:targetApplication> -->
    <!-- <Description> -->
    <!-- <em:id>songbird@songbirdnest.com</em:id> -->
    <!-- <em:minVersion>0.4</em:minVersion> -->
    <!-- <em:maxVersion>1.0+</em:maxVersion> -->
    <!-- </Description> -->
    <!-- </em:targetApplication> -->
    
    <em:name>SamePlace</em:name>
    <em:description>Extensible, multi-network instant messenger</em:description>
    <em:iconURL>chrome://sameplace/skin/logo.png</em:iconURL>
    <em:creator>Massimiliano Mirra</em:creator>
    <em:updateURL/>
    <em:homepageURL>http://sameplace.cc</em:homepageURL>
    <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEIAFfynLWE9Kh6D7bbe0yM3gHyZKikhDkVK1n/3E8RngyNDAnjVb4W7M6XRpJVWjNLObB+CA+izRCUwvWOWzdIA1409od1gN9cjWU6c6X68AX/aGW7/LH30NCGcQcmw/MUtlPUQgI1agOJIIqCVRZh9npef/Vdtr3AxjsKtK4QwIDAQAB</em:updateKey>
    <em:optionsURL>chrome://sameplace/content/preferences/preferences.xul</em:optionsURL>
    <em:requires>
      <Description>
        <em:id>xmpp4moz@hyperstruct.net</em:id>
        <em:minVersion>0.0.1</em:minVersion>
        <em:maxVersion>2010010100</em:maxVersion>
      </Description>
    </em:requires>
  </Description>
</RDF>