Methods for joining MUC should be public
Submitted by George Kiagiadakis
Assigned to Telepathy bugs list
Description
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().
Version: git master