summaryrefslogtreecommitdiff
path: root/src/muc-factory.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb1-1/+1
2011-05-18muc-factory: don't use a string after freeing itJonny Lamb1-6/+11
2011-05-06Merge branch 'room'Jonny Lamb1-14/+100
2011-01-13muc-factory: remove more assertions with side effectsJonny Lamb1-2/+6
2011-01-13muc-factory: improve debug messages when TargetID and room props conflictJonny Lamb1-2/+4
2011-01-11Merge branch 'master' into call-base-classesSjoerd Simons1-1/+1
2011-01-11use telepathy-yell generated codeJonny Lamb1-5/+7
2011-01-04muc-factory: give temporary variables better namesJonny Lamb1-9/+9
2011-01-04muc-factory: also note why asserting on decoding a JIDJonny Lamb1-0/+2
2011-01-03muc-factory: ensure RoomID and ServerID don't conflict with TargetIDJonny Lamb1-5/+48
2010-12-23muc-factory: allow channel requests with RoomID + Server setJonny Lamb1-17/+52
2010-11-30MUC: Remove fake error checking from sending presence.Will Thompson1-1/+1
2010-10-04Don't announce new tubes channel until the muc is readySjoerd Simons1-1/+7
2010-10-04Remove dependency to libuuidNicolas Dufresne1-2/+0
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-19/+7
2010-09-21MUC factory: use the connection's TpDBusDaemon rather than tp_get_busSimon McVittie1-6/+8
2010-09-15Use telepathy-glib for Conference and ServerTLSConnectionSimon McVittie1-11/+11
2010-08-05managers: implement type_foreach_channel_class instead of foreach_channel_classSenko Rasic1-8/+9
2010-07-14Merge branch 'toob'Jonny Lamb1-24/+28
2010-07-14muc-factory: rearrange which NewChannels signals come firstJonny Lamb1-23/+23
2010-07-14muc-factory: don't associate a request with tubes if a tube was requestedJonny Lamb1-1/+5
2010-07-09muc-factory: fix indentationJonny Lamb1-6/+6
2010-05-06Keep track of active vs. ended call channelsSjoerd Simons1-0/+3
2010-05-06Don't let the async operation try to remember the request tokenSjoerd Simons1-4/+18
2010-05-04A muc channel made as part of a call isn't requestedSjoerd Simons1-1/+1
2010-04-20Merge branch 'master' into muc-callsSjoerd Simons1-10/+12
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-10/+12
2010-04-05Fix typo and strange newlineSjoerd Simons1-2/+1
2010-04-02On incoming jingle sessions check if they belong to a muc callSjoerd Simons1-0/+27
2010-02-18Make muji channels requestable and spawn at the right timeSjoerd Simons1-3/+127
2010-01-22fd.o #26170: correctly NULL-terminate muc_tubes_channel_allowed_propertiesSimon McVittie1-0/+1
2010-01-13Remove requirement that InitialInvitee{IDs,Handles} are mutually exclusiveDanielle Madeley1-7/+0
2010-01-13Use that quirk to decide when to create a chat on Google's serverDanielle Madeley1-7/+26
2010-01-09Small style fixes from review.Danielle Madeley1-7/+8
2010-01-09g_warning -> DEBUGDanielle Madeley1-5/+5
2010-01-08Don't free strings not owned by usSjoerd Simons1-1/+1
2010-01-08Ensure that the Initial{Channels,Handles} is never NULLSjoerd Simons1-0/+6
2010-01-08Refactor a bit so that the Conference interface on named MUCsDanielle Madeley1-67/+55
2010-01-08Some small fixes to propsDanielle Madeley1-6/+2
2010-01-08Add Conference properties to GabbleMucChannelDanielle Madeley1-7/+39
2010-01-08Add support for <continue/> to invites coming from InitialChannelsDanielle Madeley1-38/+60
2010-01-08Use GObject properties instead of introduced API on GabbleMucChannelDanielle Madeley1-5/+10
2010-01-08Invite initial invitees to MUCDanielle Madeley1-3/+18
2010-01-08Actually connect to a Google PMUCDanielle Madeley1-8/+53
2010-01-08Process InitialInviteeHandles and InitialInviteeIDsDanielle Madeley1-6/+85
2010-01-08Look at InitialChannels and build a set of HandlesDanielle Madeley1-0/+45
2010-01-08[MucFactory] detect conference channels and add a stub for handling themDanielle Madeley1-6/+38
2010-01-08Correct refcounting when requesting multiple tubes from one mucSjoerd Simons1-4/+8
2010-01-08Explicitely tear down the muc channelSjoerd Simons1-0/+8
2010-01-08The factory should emit new channels, not the text channelSjoerd Simons1-0/+26