diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-11-22 13:57:13 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-22 13:57:13 +0000 |
commit | cfe12efb5ec9586dab6961f141d52b103bd8b1d1 (patch) | |
tree | 7108e22aa7ddf6cfc2f1b6c6b73a811187706ecb /meta-demoapps/recipes-connectivity/telepathy/telepathy-gabble/gabble.manager | |
parent | 762fd6b7b3b22d7a8cb80ef9e9ba62e7ef21af3e (diff) | |
download | poky-cfe12efb5ec9586dab6961f141d52b103bd8b1d1.tar.gz |
Meta: Recipe Reogranization
This is the next stage of recipe reorganization, in this stage
many recipes where moved to a new meta-demoapps layer since this
is more appropriate for demo usage then the core. Additional some
recipes were moved to meta-extras to indicate they may be depercated
at a future time.
A number of recipes were modified since dependencies need to be
corrected.
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta-demoapps/recipes-connectivity/telepathy/telepathy-gabble/gabble.manager')
-rw-r--r-- | meta-demoapps/recipes-connectivity/telepathy/telepathy-gabble/gabble.manager | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-connectivity/telepathy/telepathy-gabble/gabble.manager b/meta-demoapps/recipes-connectivity/telepathy/telepathy-gabble/gabble.manager new file mode 100644 index 0000000000..9000cd41cc --- /dev/null +++ b/meta-demoapps/recipes-connectivity/telepathy/telepathy-gabble/gabble.manager | |||
@@ -0,0 +1,33 @@ | |||
1 | |||
2 | [ConnectionManager] | ||
3 | BusName=org.freedesktop.Telepathy.ConnectionManager.gabble | ||
4 | ObjectPath=/org/freedesktop/Telepathy/ConnectionManager/gabble | ||
5 | |||
6 | [Protocol jabber] | ||
7 | param-account=s required register | ||
8 | param-password=s required register | ||
9 | param-server=s | ||
10 | param-resource=s | ||
11 | param-priority=n | ||
12 | param-port=q | ||
13 | param-old-ssl=b | ||
14 | param-register=b | ||
15 | param-low-bandwidth=b | ||
16 | param-https-proxy-server=s | ||
17 | param-https-proxy-port=q | ||
18 | param-fallback-conference-server=s | ||
19 | param-stun-server=s | ||
20 | param-stun-port=q | ||
21 | param-ignore-ssl-errors=b | ||
22 | param-alias=s | ||
23 | param-mac=s | ||
24 | param-btid=s | ||
25 | default-resource=Telepathy | ||
26 | default-priority=0 | ||
27 | default-port=5222 | ||
28 | default-old-ssl=false | ||
29 | default-register=false | ||
30 | default-low-bandwidth=false | ||
31 | default-https-proxy-port=443 | ||
32 | default-stun-port=3478 | ||
33 | default-ignore-ssl-errors=false | ||