mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
telepathy-gabble: update to 0.5.10
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1540 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
|
||||
[ConnectionManager]
|
||||
BusName=org.freedesktop.Telepathy.ConnectionManager.gabble
|
||||
ObjectPath=/org/freedesktop/Telepathy/ConnectionManager/gabble
|
||||
|
||||
[Protocol jabber]
|
||||
param-account=s required register
|
||||
param-password=s required register
|
||||
param-server=s
|
||||
param-resource=s
|
||||
param-priority=n
|
||||
param-port=q
|
||||
param-old-ssl=b
|
||||
param-register=b
|
||||
param-low-bandwidth=b
|
||||
param-https-proxy-server=s
|
||||
param-https-proxy-port=q
|
||||
param-fallback-conference-server=s
|
||||
param-stun-server=s
|
||||
param-stun-port=q
|
||||
param-ignore-ssl-errors=b
|
||||
param-alias=s
|
||||
param-mac=s
|
||||
param-btid=s
|
||||
default-resource=Telepathy
|
||||
default-priority=0
|
||||
default-port=5222
|
||||
default-old-ssl=false
|
||||
default-register=false
|
||||
default-low-bandwidth=false
|
||||
default-https-proxy-port=443
|
||||
default-stun-port=3478
|
||||
default-ignore-ssl-errors=false
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Gabble: a Jabber/XMPP connection manager"
|
||||
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
|
||||
DEPENDS = "glib-2.0 dbus loudmouth"
|
||||
LICENSE = "lgpl"
|
||||
DEPENDS = "glib-2.0 dbus loudmouth telepathy-glib"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
# gabble.manager needs to get regenerated every release, so please don't copy it over blindly
|
||||
SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${P}.tar.gz \
|
||||
Reference in New Issue
Block a user