[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:59:29 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=8d9cc1b

The following commit has been merged in the master branch:
commit 8d9cc1bf4d7aa206614b09e4e0ff5a16e3134e94
Author: Dominik Schmidt <domme at rautelinux.org>
Date:   Fri Apr 22 13:07:41 2011 +0100

    Imported domme's profile files
---
 profiles/facebook.profile     | 31 +++++++++++++++++++++++++++++++
 profiles/google-talk.profile  | 34 ++++++++++++++++++++++++++++++++++
 profiles/irc.profile          |  8 ++++++++
 profiles/jabber.profile       |  8 ++++++++
 profiles/local-xmpp.profile   |  8 ++++++++
 profiles/msn.profile          |  8 ++++++++
 profiles/sofiasip-sip.profile |  8 ++++++++
 7 files changed, 105 insertions(+)

diff --git a/profiles/facebook.profile b/profiles/facebook.profile
new file mode 100644
index 0000000..e916913
--- /dev/null
+++ b/profiles/facebook.profile
@@ -0,0 +1,31 @@
+<service xmlns="http://telepathy.freedesktop.org/wiki/service-profile-v1"
+         id="facebook"
+         type="IM"
+         provider="facebook"
+         manager="gabble"
+         protocol="jabber"
+         icon="im-facebook">
+  <name>Facebook</name>
+
+  <parameters>
+    <parameter name="server"  type="s" mandatory="1">chat.facebook.com</parameter>
+    <parameter name="port"    type="u" mandatory="1">5222</parameter>
+  </parameters>
+
+  <presences allow-others="1">
+    <presence id="available" label="Online"  icon="online"/>
+    <presence id="offline"   label="Offline"/>
+    <presence id="away"      label="Inactive"/>
+    <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>
\ No newline at end of file
diff --git a/profiles/google-talk.profile b/profiles/google-talk.profile
new file mode 100644
index 0000000..a0e5029
--- /dev/null
+++ b/profiles/google-talk.profile
@@ -0,0 +1,34 @@
+<service xmlns="http://telepathy.freedesktop.org/wiki/service-profile-v1"
+         id="google-talk"
+         type="IM"
+         provider="google"
+         manager="gabble"
+         protocol="jabber"
+         icon="im-google-talk">
+  <name>Google Talk</name>
+
+  <parameters>
+    <parameter name="server"  type="s" mandatory="1">talk.google.com</parameter>
+    <parameter name="port"    type="u" mandatory="1">5223</parameter>
+    <parameter name="old-ssl" type="b" mandatory="1"
+               label="Use old-style SSL">1</parameter>
+    <parameter name="fallback-conference-server">conference.jabber.org</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>
\ No newline at end of file
diff --git a/profiles/irc.profile b/profiles/irc.profile
new file mode 100644
index 0000000..da51dbc
--- /dev/null
+++ b/profiles/irc.profile
@@ -0,0 +1,8 @@
+<service xmlns="http://telepathy.freedesktop.org/wiki/service-profile-v1"
+         id="irc"
+         type="IM"
+         manager="idle"
+         protocol="irc"
+         icon="im-irc">
+  <name>Internet Relay Chat</name>
+</service>
diff --git a/profiles/jabber.profile b/profiles/jabber.profile
new file mode 100644
index 0000000..6cbfbf8
--- /dev/null
+++ b/profiles/jabber.profile
@@ -0,0 +1,8 @@
+<service xmlns="http://telepathy.freedesktop.org/wiki/service-profile-v1"
+         id="jabber"
+         type="IM"
+         manager="gabble"
+         protocol="jabber"
+         icon="im-jabber">
+  <name>Jabber</name>
+</service>
\ No newline at end of file
diff --git a/profiles/local-xmpp.profile b/profiles/local-xmpp.profile
new file mode 100644
index 0000000..eb8cd18
--- /dev/null
+++ b/profiles/local-xmpp.profile
@@ -0,0 +1,8 @@
+<service xmlns="http://telepathy.freedesktop.org/wiki/service-profile-v1"
+         id="local-xmpp"
+         type="IM"
+         manager="salut"
+         protocol="local-xmpp"
+         icon="im-local-xmpp">
+  <name>Bonjour</name>
+</service>
diff --git a/profiles/msn.profile b/profiles/msn.profile
new file mode 100644
index 0000000..ab41dd8
--- /dev/null
+++ b/profiles/msn.profile
@@ -0,0 +1,8 @@
+<service xmlns="http://telepathy.freedesktop.org/wiki/service-profile-v1"
+         id="msn"
+         type="IM"
+         manager="butterfly"
+         protocol="msn"
+         icon="im-msn">
+  <name>Windows Live Messenger</name>
+</service>
diff --git a/profiles/sofiasip-sip.profile b/profiles/sofiasip-sip.profile
new file mode 100644
index 0000000..02128be
--- /dev/null
+++ b/profiles/sofiasip-sip.profile
@@ -0,0 +1,8 @@
+<service xmlns="http://telepathy.freedesktop.org/wiki/service-profile-v1"
+         id="sofiasip-sip"
+         type="IM"
+         manager="sofiasip"
+         protocol="sip"
+         icon="voicecall">
+  <name>Voice over IP (VoIP/SIP)</name>
+</service>

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list