summaryrefslogtreecommitdiff
path: root/src/muc-factory.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Rename most of GabbleJingle* to WockyJingle*Will Thompson1-2/+2
2012-11-06muc_factory_broadcast_presence(): don't crash if disconnectedWill Thompson1-0/+3
2012-11-05muc-factory: clarify cancelling queued requests.Will Thompson1-10/+15
2012-11-05muc-factory: use find_text_channel function.Will Thompson1-10/+6
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-3/+5
2012-08-28Merge branch 'only-one-tube'Jonny Lamb1-295/+196
2012-07-24muc-factory: clarify code deciding whether to announce text channelsJonny Lamb1-12/+11
2012-07-20muc-channel: remove ::appeared signal, replace with is_respawning checkJonny Lamb1-11/+8
2012-07-20muc-channel: disappear from the bus when not requestedJonny Lamb1-16/+80
2012-07-20tubes-channel: removeJonny Lamb1-1/+0
2012-07-20muc-factory: simplify code to get IM channel from InitialChannelsJonny Lamb1-7/+7
2012-07-20muc-factory: remove dead commentJonny Lamb1-2/+0
2012-07-20muc-channel: enable SI stream requests againJonny Lamb1-7/+11
2012-07-20muc-factory: fix listing of channelsJonny Lamb1-38/+15
2012-07-20muc-channel: add way to request single Tube channelsJonny Lamb1-5/+4
2012-07-20muc-factory: remove Tubes channels from Tube channel requestsJonny Lamb1-157/+89
2012-07-20muc-factory: remove Tubes channel handling codeJonny Lamb1-63/+0
2012-07-20muc-factory: stop exposing Tubes channels in RCCsJonny Lamb1-5/+0
2012-05-30Use meta-headers for everythingSimon McVittie1-5/+3
2012-05-10Stop using tp_handle_ref/unrefXavier Claessens1-17/+0
2012-05-07Use non-deprecated TpIntset APIsSimon McVittie1-1/+1
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-10/+10
2012-03-22Allow to disable VoIP-related code with --disable-voipMarco Barisione1-1/+19
2012-02-06Merge branch 'master' into call1Will Thompson1-54/+53
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-1/+1
2012-01-31Replace trivial uses of lm_message_node_get_child_with_namespaceWill Thompson1-2/+2
2012-01-27MucFactory: stop using LmMessageHandlerWill Thompson1-35/+34
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-6/+6
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-129/+209
2012-01-11Replace tp-yell with tp-glib's Call1 APIXavier Claessens1-6/+4
2011-11-17Remove gabble_decode_jid in favour of wocky_decode_jid.Andre Moreira Magalhaes (andrunko)1-2/+3
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-11/+11
2011-11-03Remove obsolete DBUS_API_SUBJECT_TO_CHANGE definesWill Thompson1-2/+0
2011-11-03muc-factory: use a dispatch table for handling requestsWill Thompson1-44/+37
2011-11-03muc-factory: use fully-qualified property constantsWill Thompson1-26/+26
2011-11-03MucFactory: remove stupid priv anti-idiomWill Thompson1-31/+28
2011-10-12Build against Room & Subject from tp-glibWill Thompson1-5/+5
2011-10-12muc-{channel,factory}: update to latest draft specJonny Lamb1-17/+17
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-05-03Remove GabbleXmppError.Will Thompson1-1/+1
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-12/+12
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