[Bug 52164] New: Methods for joining MUC should be public
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jul 16 20:35:55 CEST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=52164
Bug #: 52164
Summary: Methods for joining MUC should be public
Classification: Unclassified
Product: Telepathy
Version: git master
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: tp-qt
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: kiagiadakis.george at gmail.com
QAContact: telepathy-bugs at lists.freedesktop.org
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().
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list