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