summaryrefslogtreecommitdiffstats
path: root/tubes/source/conference.cxx
Commit message (Expand)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-23/+4
* tubes: use channel's signal closed to know when end the collaborationMatúš Kukan2012-08-141-2/+30
* tubes: do not encode UUID into file name anymoreMatúš Kukan2012-08-081-2/+2
* tubes: use file channel description for sending UUIDMatúš Kukan2012-08-081-4/+9
* tubes: handle TeleConference internally in CollaborationMatúš Kukan2012-08-081-4/+7
* tubes: do not queue incoming packetsMatúš Kukan2012-08-041-26/+10
* tubes: avoid boost::signaling received packetsMatúš Kukan2012-08-041-2/+6
* tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan2012-08-041-1/+9
* tubes: remove unused parameterMatúš Kukan2012-08-041-9/+2
* tubes: call the function directlyMatúš Kukan2012-08-041-1/+4
* tubes: implement another way for demoing collaborationMatúš Kukan2012-08-041-0/+8
* tubes: impose strict ordering on 1-1 collaborationMatúš Kukan2012-08-021-8/+21
* tubes: send file when inviting contact to MUC collaborationMatúš Kukan2012-07-261-2/+2
* tubes: do not include telepathy-glib.h in public headersMatúš Kukan2012-07-231-0/+1
* tubes: create TeleConferenceImpl to hide more details from publicMatúš Kukan2012-07-231-37/+57
* tubes: get local callbacks out of classMatúš Kukan2012-07-231-18/+18
* tubes: do not include file-transfer-helper.h in public headersMatúš Kukan2012-07-211-11/+7
* tubes: remove TelePacket, it's just simple stringMatúš Kukan2012-07-211-8/+8
* tubes: send a file for collaboration when buddy session startsMatúš Kukan2012-07-201-2/+11
* tubes: add possibility to invite contacts to MUCMatúš Kukan2012-07-171-0/+9
* tubes: remove now unused code, when we don't use maConferencesMatúš Kukan2012-07-171-3/+0
* tubes: associate the document directly with TeleConferenceMatúš Kukan2012-07-171-1/+1
* tubes: remove unused TeleConference::maSessionIdMatúš Kukan2012-07-171-2/+1
* tubes: use tp_dbus_tube_channel_offer/accept_asyncWill Thompson2012-07-171-105/+44
* tubes: make conference hold a TpDBusTubeChannelWill Thompson2012-07-171-10/+12
* tubes: use GDBus rather than libdbusWill Thompson2012-07-171-76/+98
* tubes: move Accept() logic into conferenceWill Thompson2012-07-171-54/+70
* tubes: reduce code duplication when opening connectionWill Thompson2012-07-171-36/+22
* Include packet in packetReceived signals.Will Thompson2012-07-171-1/+1
* tubes: push sent packets onto the incoming queue.Will Thompson2012-07-171-3/+14
* tubes: wrapper to enable tubesEike Rathke2012-07-171-0/+2
* tubes: implement receiving files.Will Thompson2012-07-171-2/+3
* tubes: Add preliminary API for sending a fileWill Thompson2012-07-171-0/+76
* tubes: make Conference hold TpAccountWill Thompson2012-07-171-2/+19
* tubes: make startBuddySession take a TpContact *.Will Thompson2012-07-171-6/+0
* singleton implEike Rathke2012-07-171-5/+0
* restructure things to one account manager and one connectionEike Rathke2012-07-171-22/+91
* implementing Telepathy Tubes interfaceEike Rathke2012-07-171-0/+384