diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:17:18 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:17:18 +0000 |
commit | ae63a4dad7b06af132c6ba5bdb5fb98b2231525a (patch) | |
tree | 62d8fae898721cffb503baa6c43ba795427045b9 /packages/telepathy/telepathy-gabble-0.7.8 | |
parent | 309c832c2c21ceb97fd589ebce8327d0d2bba731 (diff) | |
parent | 3c20604cd26ca8da11ac9afb669629c20355c4e4 (diff) |
merge of '0d3b0d788fccfc1c07e0da07e8f8596c062e2ef2'
and '8a4df13bdb5d6b154edb85a4b71e38ac457670a0'
Diffstat (limited to 'packages/telepathy/telepathy-gabble-0.7.8')
-rw-r--r-- | packages/telepathy/telepathy-gabble-0.7.8/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/telepathy/telepathy-gabble-0.7.8/gabble.manager | 32 |
2 files changed, 32 insertions, 0 deletions
diff --git a/packages/telepathy/telepathy-gabble-0.7.8/.mtn2git_empty b/packages/telepathy/telepathy-gabble-0.7.8/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/telepathy/telepathy-gabble-0.7.8/.mtn2git_empty diff --git a/packages/telepathy/telepathy-gabble-0.7.8/gabble.manager b/packages/telepathy/telepathy-gabble-0.7.8/gabble.manager new file mode 100644 index 0000000000..d09b838090 --- /dev/null +++ b/packages/telepathy/telepathy-gabble-0.7.8/gabble.manager @@ -0,0 +1,32 @@ + +[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-require-encryption=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 +default-resource=Telepathy +default-priority=0 +default-old-ssl=false +default-require-encryption=false +default-register=false +default-low-bandwidth=false +default-https-proxy-port=443 +default-stun-port=3478 +default-ignore-ssl-errors=false |