From 8be626323e39d0cd8c073b6d17ae5e8181f12b1e Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 30 Jun 2012 12:52:57 +0200 Subject: tubes: make TeleManager::startGroupSession work and use it --- tubes/inc/tubes/manager.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tubes/inc') diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx index c780fd2467a7..326cc5191d22 100644 --- a/tubes/inc/tubes/manager.hxx +++ b/tubes/inc/tubes/manager.hxx @@ -101,9 +101,11 @@ public: */ ContactList* getContactList() const; -#if 0 /** Start a group session in a MUC. + @param pAccount + The account to use. This must be a valid Jabber account. + @param rConferenceRoom The MUC to be created/joined, e.g. "LibreOffice". If empty, the conference's UUID is used. @@ -113,9 +115,9 @@ public: empty, only the conference's UUID is used and rConferenceRoom is ignored, hopefully resulting in a local DBus tube. */ - bool startGroupSession( const rtl::OUString& rConferenceRoom, + bool startGroupSession( TpAccount *pAccount, + const rtl::OUString& rConferenceRoom, const rtl::OUString& rConferenceServer ); -#endif /** Start a session with a buddy. -- cgit