~crisoagf/do-plugins/do-music

« back to all changes in this revision

Viewing changes to Empathy/Resources/Empathy.addin.xml.in

  • Committer: Christopher James Halse Rogers
  • Date: 2011-02-06 08:01:08 UTC
  • mfrom: (687.1.12 empathy)
  • Revision ID: raof@ubuntu.com-20110206080108-cuzq3femqkmsiagy
Merge the long-sought Empathy plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin
 
2
        id="Empathy"
 
3
        namespace="Do"
 
4
        version="0.1"
 
5
        name="Empathy"
 
6
        description="Search contacts and initiate chats in Empathy."
 
7
        author="Xavier Calland"
 
8
        category="Community"
 
9
        defaultEnabled="false"
 
10
    url="http://do.davebsd.com/wiki/Empathy_Plugin"
 
11
>
 
12
 
 
13
        <Runtime>
 
14
                <Import assembly="Empathy.dll"/>
 
15
                <Import assembly="telepathy-sharp.dll"/>
 
16
        </Runtime>
 
17
 
 
18
        <Localizer type="Gettext" catalog="gnome-do-plugins" location="@expanded_datadir@/locale" />
 
19
        
 
20
        <Dependencies>
 
21
                <Addin id="Universe" version="1.0" />
 
22
        </Dependencies>
 
23
        
 
24
        <Extension path="/Do/ItemSource">
 
25
                <ItemSource type="EmpathyPlugin.EmpathyContactItemSource" />
 
26
                <ItemSource type="EmpathyPlugin.EmpathyAccountItemSource" />
 
27
                <ItemSource type="EmpathyPlugin.EmpathySavedStatusItemSource" />
 
28
        </Extension>
 
29
 
 
30
        <Extension path= "/Do/Action">
 
31
                <Action type="EmpathyPlugin.EmpathyChatAction" />
 
32
                <Action type="EmpathyPlugin.EmpathySetStatusAction" />
 
33
                <Action type="EmpathyPlugin.EmpathyEnableAccount" />
 
34
                <Action type="EmpathyPlugin.EmpathyDisableAccount" />
 
35
        </Extension>
 
36
 
 
37
</Addin>