~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to libtelephonyservice/channelobserver.cpp

  • Committer: Tiago Salem Herrmann
  • Date: 2016-12-06 16:45:01 UTC
  • mfrom: (1212.1.6 fix-hardcoded-paths)
  • mto: This revision was merged to the branch mainline in revision 1222.
  • Revision ID: tiago.herrmann@canonical.com-20161206164501-rw041bjz35wq9t17
merge parent branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    specList << TelepathyHelper::audioConferenceSpec();
40
40
    specList << Tp::ChannelClassSpec::audioCall();
41
41
    specList << Tp::ChannelClassSpec::textChat();
 
42
    specList << Tp::ChannelClassSpec::textChatroom();
42
43
    specList << Tp::ChannelClassSpec::unnamedTextChat();
43
44
 
44
45
    return specList;