summaryrefslogtreecommitdiff
path: root/src/muc-channel.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-03muc-channel: fix WockyMuc::permissions callback signatureGuillaume Desmottes1-2/+2
2014-06-03muc-channel: remove unread assignmentsGuillaume Desmottes1-4/+4
2014-06-03muc-channel: take WockyMuc object as first signal cb argGuillaume Desmottes1-19/+16
2013-10-04Stop using TpTubeType enumGuillaume Desmottes1-12/+12
2013-02-22MUC: stop sending chat states after <error type=wait>Will Thompson1-2/+23
2013-02-22Update Wocky snapshotWill Thompson1-18/+9
2013-02-22muc-channel: include error message in delivery reportsWill Thompson1-3/+15
2013-02-15muc-channel: pass full error into _receiveWill Thompson1-10/+9
2013-02-15muc-channel: pull extracting stanza errors upWill Thompson1-9/+17
2012-12-11Rename most of GabbleJingle* to WockyJingle*Will Thompson1-1/+1
2012-11-27Don't use add_child_with_content with NULL/"" contentWill Thompson1-1/+1
2012-09-11Remove useless tp_handle_unref()Xavier Claessens1-2/+0
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-19/+28
2012-08-28Merge branch 'only-one-tube'Jonny Lamb1-108/+494
2012-07-20muc-channel: remove ::appeared signal, replace with is_respawning checkJonny Lamb1-11/+0
2012-07-20tubes: use 64bit uints for tube IDs everywhereJonny Lamb1-18/+16
2012-07-20muc-channel: disappear from the bus when not requestedJonny Lamb1-2/+91
2012-07-20muc-channel: use TP_PROP more than appending the property to an iface nameJonny Lamb1-3/+3
2012-07-20muc-channel: remove "tube" propertyJonny Lamb1-12/+0
2012-07-20muc-channel: enable SI stream requests againJonny Lamb1-0/+61
2012-07-20muc-channel: remove unused methodsJonny Lamb1-34/+0
2012-07-20muc-channel: send Tube presence where appropriateJonny Lamb1-27/+226
2012-07-20muc-channel: add way to request single Tube channelsJonny Lamb1-32/+120
2012-07-20muc-channel: store Tube channels hereJonny Lamb1-1/+9
2012-05-30Use meta-headers for everythingSimon McVittie1-6/+2
2012-05-10Stop using tp_handle_ref/unrefXavier Claessens1-24/+0
2012-05-09Use TpMessageMixin to implement ChatStateXavier Claessens1-65/+28
2012-05-07Use non-deprecated TpIntset APIsSimon McVittie1-9/+9
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-16/+16
2012-05-07Stop using deprecated debug-ansi.hSimon McVittie1-4/+2
2012-03-22Allow to disable VoIP-related code with --disable-voipMarco Barisione1-2/+21
2012-02-06Merge branch 'master' into call1Will Thompson1-61/+52
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-3/+1
2012-01-31muc: move to WockyNodeIterWill Thompson1-3/+4
2012-01-30Make call-muc-re-re-request.py test passOlivier CrĂȘte1-6/+10
2012-01-27Remove LmHandlerResultWill Thompson1-3/+1
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-13/+13
2012-01-27Remove lm_message_new[_with_subtype]Will Thompson1-19/+18
2012-01-27Remove lm_message_get_[sub_]type.Will Thompson1-1/+1
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-2/+2
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-992/+924
2012-01-03Make gabble cross compile with mingw32Siraj Razick1-1/+1
2011-11-17Remove gabble_decode_jid in favour of wocky_decode_jid.Andre Moreira Magalhaes (andrunko)1-3/+3
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-3/+3
2011-11-07Return the appropriate value in the case of an unknown timestampDanielle Madeley1-3/+4
2011-10-18[muc-channel] WockyMuc now signals timestamps as GDateTime instead of time_tDanielle Madeley1-13/+16
2011-10-17[muc-channel] timestamp is a time_t not a gint64Danielle Madeley1-1/+1
2011-10-12MUC: ref properties_being_updatedWill Thompson1-3/+3
2011-10-12MUC: add more error-checking to SetSubjectWill Thompson1-1/+15
2011-10-12MUC: update for RoomConfig.update_async API changeWill Thompson1-16/+13