summaryrefslogtreecommitdiff
path: root/examples/cm/call/example_call.manager
blob: e1acc0e958856e94265c6dbce16163c607af244f (plain)
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
[ConnectionManager]
Interfaces=

[Protocol example]
Interfaces=
ConnectionInterfaces=im.telepathy1.Connection.Interface.Requests;im.telepathy1.Connection.Interface.Contacts;im.telepathy1.Connection.Interface.Presence;
param-account=s required register
param-simulation-delay=u
default-simulation-delay=1000
RequestableChannelClasses=audio;video;
VCardField=x-telepathy-example
EnglishName=Example with Call channels
Icon=face-smile

[audio]
im.telepathy1.Channel.ChannelType s=im.telepathy1.Channel.Type.Call1
im.telepathy1.Channel.TargetHandleType u=1
im.telepathy1.Channel.Type.Call1.InitialAudio b=1
allowed=im.telepathy1.Channel.TargetHandle;im.telepathy1.Channel.TargetID;im.telepathy1.Channel.Type.Call1.InitialVideo;

[video]
im.telepathy1.Channel.ChannelType s=im.telepathy1.Channel.Type.Call1
im.telepathy1.Channel.TargetHandleType u=1
im.telepathy1.Channel.Type.Call1.InitialVideo b=1
allowed=im.telepathy1.Channel.TargetHandle;im.telepathy1.Channel.TargetID;im.telepathy1.Channel.Type.Call1.InitialAudio;