~iwarford/do-plugins/fart-plugin-fwiw

« back to all changes in this revision

Viewing changes to Skype/Resources/Skype.addin.xml

  • Committer: Jason Jones
  • Date: 2008-12-24 04:45:02 UTC
  • mfrom: (335.1.9 do-plugins)
  • Revision ID: jasonedwardjones@gmail.com-20081224044502-ra56ym06cp1iqs7t
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin 
 
2
        id="Skype" 
 
3
        namespace="Do"
 
4
        version="1.1"
 
5
        name="Skype"
 
6
        description="Make calls, browse and initiate chats, change your status, and more."
 
7
        author="kiwanami"
 
8
        >
 
9
 
 
10
        <Runtime>
 
11
                <Import assembly="Skype.dll"/>
 
12
        </Runtime>
 
13
 
 
14
        <Dependencies>
 
15
                <Addin id="Core" version="1.0" />
 
16
        </Dependencies>
 
17
 
 
18
        <!-- Extensions included in this assembly -->
 
19
        <Extension path="/Do/Action">
 
20
                <Action type="Skype.OpenRecentChatAction" />
 
21
                <Action type="Skype.OpenMissedChatAction" />
 
22
                <Action type="Skype.OpenBookmarkedChatAction" />
 
23
                <Action type="Skype.StartChatAction" />
 
24
                <Action type="Skype.StartCallAction" />
 
25
                <Action type="Skype.UserStatusAction" />
 
26
        </Extension>
 
27
 
 
28
        <Extension path="/Do/ItemSource">
 
29
                <ItemSource type="Skype.RecentChatItemSource" />
 
30
                <ItemSource type="Skype.MissedChatItemSource" />
 
31
                <ItemSource type="Skype.BookmarkedChatItemSource" />
 
32
                <ItemSource type="Skype.UserItemSource" />
 
33
                <ItemSource type="Skype.UserStatusItemSource" />
 
34
        </Extension>
 
35
</Addin>