summaryrefslogtreecommitdiff
path: root/qt4/tests/telepathy/profiles/test-profile-invalid-service-id.profile
blob: ec6dfe121a4411f03286109b3902deac21d49911 (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
<service xmlns="http://telepathy.freedesktop.org/wiki/service-profile-v1"
         id="another-test-profile"
         type="IM"
         provider="TestProfileProvider"
         manager="testprofilecm"
         protocol="testprofileproto"
         icon="test-profile-icon">

  <name>TestProfile</name>

  <parameters>
    <parameter name="server"  type="s" mandatory="1">profile.com</parameter>
    <parameter name="port"    type="u" mandatory="1">1111</parameter>
  </parameters>

  <presences allow-others="1">
    <presence id="available" label="Online"  icon="online"/>
    <presence id="offline"   label="Offline"/>
    <presence id="away"      label="Gone"/>
    <presence id="hidden"    disabled="1"/>
  </presences>

  <unsupported-channel-classes>
    <!-- this service doesn't support text roomlists -->
    <channel-class>
      <property name="org.freedesktop.Telepathy.Channel.TargetHandleType"
                type="u">3</property>
      <property name="org.freedesktop.Telepathy.Channel.ChannelType"
                type="s">org.freedesktop.Telepathy.Channel.Type.Text</property>
    </channel-class>
  </unsupported-channel-classes>

</service>