Bug 52164 - Methods for joining MUC should be public
Summary: Methods for joining MUC should be public
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-qt (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-16 18:35 UTC by George Kiagiadakis
Modified: 2019-12-03 20:29 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description George Kiagiadakis 2012-07-16 18:35:55 UTC
Tp::Channel has:

protected:
    bool groupSelfHandleIsLocalPending() const;

protected Q_SLOTS:
    PendingOperation *groupAddSelfHandle();

These should be public, they are useful for joining MUC. tp-glib has tp_channel_join_async(), which is basically identical to our groupAddSelfHandle() and empathy has empathy_tp_chat_is_invited(), which is identical to groupSelfHandleIsLocalPending().
Comment 1 George Kiagiadakis 2012-07-16 18:39:08 UTC
Forgot to mention that these are only used internally by SMChannel, which is going away soon.
Comment 2 GitLab Migration User 2019-12-03 20:29:24 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-qt/issues/43.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.