This file is indexed.

/usr/share/dbus-1/interfaces/org.kde.Kopete.xml is in libkopete-dev 4:17.08.3-0ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.kde.Kopete">
    <method name="connectAll">
    </method>
    <method name="disconnectAll">
    </method>
    <method name="suspend">
    </method>
    <method name="resume">
    </method>
    <method name="isConnected">
      <arg type="b" direction="out"/>
      <arg name="protocolName" type="s" direction="in"/>
      <arg name="accountId" type="s" direction="in"/>
    </method>
    <method name="connect">
      <arg name="protocolName" type="s" direction="in"/>
      <arg name="accountId" type="s" direction="in"/>
    </method>
    <method name="disconnect">
      <arg name="protocolName" type="s" direction="in"/>
      <arg name="accountId" type="s" direction="in"/>
    </method>
    <method name="protocols">
      <arg type="as" direction="out"/>
    </method>
    <method name="identities">
      <arg type="as" direction="out"/>
    </method>
    <method name="accounts">
      <arg type="as" direction="out"/>
    </method>
    <method name="contacts">
      <arg type="as" direction="out"/>
    </method>
    <method name="labelForIdentity">
      <arg name="identity" type="s" direction="in"/>
      <arg type="s" direction="out"/>
    </method>
    <method name="contactsByFilter">
      <arg type="as" direction="out"/>
      <arg name="filter" type="s" direction="in"/>
    </method>
    <method name="setIdentityNickName">
      <arg name="nickName" type="s" direction="in"/>
      <arg name="identityId" type="s" direction="in"/>
    </method>
    <method name="setIdentityNickName">
      <arg name="nickName" type="s" direction="in"/>
    </method>
    <method name="setIdentityAvatar">
      <arg name="avatarUrl" type="s" direction="in"/>
      <arg name="identityId" type="s" direction="in"/>
    </method>
    <method name="setIdentityAvatar">
      <arg name="avatarUrl" type="s" direction="in"/>
    </method>
    <method name="setIdentityOnlineStatus">
      <arg name="status" type="s" direction="in"/>
      <arg name="message" type="s" direction="in"/>
      <arg name="identityId" type="s" direction="in"/>
    </method>
    <method name="setIdentityOnlineStatus">
      <arg name="status" type="s" direction="in"/>
      <arg name="message" type="s" direction="in"/>
    </method>
    <method name="setOnlineStatus">
      <arg name="status" type="s" direction="in"/>
      <arg name="message" type="s" direction="in"/>
    </method>
    <method name="setOnlineStatus">
      <arg name="status" type="s" direction="in"/>
    </method>
    <method name="setStatusMessage">
      <arg name="message" type="s" direction="in"/>
    </method>
    <method name="sendMessage">
      <arg name="contactId" type="s" direction="in"/>
      <arg name="message" type="s" direction="in"/>
    </method>
    <method name="addContact">
      <arg type="b" direction="out"/>
      <arg name="protocolName" type="s" direction="in"/>
      <arg name="accountId" type="s" direction="in"/>
      <arg name="contactId" type="s" direction="in"/>
      <arg name="displayName" type="s" direction="in"/>
      <arg name="groupName" type="s" direction="in"/>
    </method>
    <method name="addContact">
      <arg type="b" direction="out"/>
      <arg name="protocolName" type="s" direction="in"/>
      <arg name="accountId" type="s" direction="in"/>
      <arg name="contactId" type="s" direction="in"/>
      <arg name="displayName" type="s" direction="in"/>
    </method>
    <method name="sendFile">
      <arg name="contactId" type="s" direction="in"/>
      <arg name="fileUrl" type="s" direction="in"/>
    </method>
    <method name="getDisplayName">
      <arg name="contactId" type="s" direction="in"/>
      <arg type="s" direction="out"/>
    </method>
    <method name="isContactOnline">
      <arg name="contactId" type="s" direction="in"/>
      <arg type="b" direction="out"/>
    </method>
	<method name="openChat">
      <arg name="contactID" type="s" direction="in"/>
    </method>
    <!-- contactProperties is an experimental method that might be removed before KDE 4.2 --> 
    <method name="contactProperties">
      <arg type="a{sv}" direction="out"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
      <arg name="contactId" type="s" direction="in"/>
    </method>
    <!-- contactChanged is an experimental signal that might be removed before KDE 4.2 --> 
	<signal name="contactChanged">
      <arg name="contactID" type="s"/>
    </signal>    
  </interface>
</node>