summaryrefslogtreecommitdiff
path: root/tubes/inc/tubes/conference.hxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-23execute move of global headersBjoern Michaelsen1-83/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan1-5/+4
2012-08-05tubes: fix buildMatúš Kukan1-1/+1
2012-08-04tubes: do not queue incoming packetsMatúš Kukan1-7/+2
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan1-4/+0
2012-08-04tubes: remove unused parameterMatúš Kukan1-5/+1
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan1-0/+5
2012-08-04tubes: we use less symbols after bc21b49a464ae153341ee8d836993ca89b1a6919Matúš Kukan1-2/+2
2012-08-02tubes: impose strict ordering on 1-1 collaborationMatúš Kukan1-1/+7
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan1-1/+1
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan1-1/+4
2012-07-23tubes: create TeleConferenceImpl to hide more details from publicMatúš Kukan1-22/+15
2012-07-23tubes: get local callbacks out of classMatúš Kukan1-13/+2
2012-07-21tubes: do not include file-transfer-helper.h in public headersMatúš Kukan1-2/+0
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan1-12/+7
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan1-1/+3
2012-07-17tubes: add possibility to invite contacts to MUCMatúš Kukan1-0/+2
2012-07-17tubes: remove now unused code, when we don't use maConferencesMatúš Kukan1-10/+1
2012-07-17tubes: associate the document directly with TeleConferenceMatúš Kukan1-4/+7
2012-07-17tubes: remove unused TeleConference::maSessionIdMatúš Kukan1-2/+1
2012-07-17conference: remove a stray dbus-glib import.Will Thompson1-1/+0
2012-07-17tubes: use tp_dbus_tube_channel_offer/accept_asyncWill Thompson1-13/+5
2012-07-17tubes: make conference hold a TpDBusTubeChannelWill Thompson1-4/+4
2012-07-17tubes: use GDBus rather than libdbusWill Thompson1-1/+11
2012-07-17tubes: move Accept() logic into conferenceWill Thompson1-6/+9
2012-07-17tubes: reduce code duplication when opening connectionWill Thompson1-1/+3
2012-07-17tubes: push sent packets onto the incoming queue.Will Thompson1-1/+2
2012-07-17tubes: wrapper to enable tubesEike Rathke1-1/+2
2012-07-17tubes: implement receiving files.Will Thompson1-0/+2
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson1-0/+6
2012-07-17tubes: make Conference hold TpAccountWill Thompson1-2/+3
2012-07-17tubes: make startBuddySession take a TpContact *.Will Thompson1-3/+0
2012-07-17restructure things to one account manager and one connectionEike Rathke1-0/+12
2012-07-17implementing Telepathy Tubes interfaceEike Rathke1-0/+104