summaryrefslogtreecommitdiff
path: root/src/muc-channel.c
Commit message (Expand)AuthorAgeFilesLines
* muc-channel: fix WockyMuc::permissions callback signatureGuillaume Desmottes2014-06-031-2/+2
* muc-channel: remove unread assignmentsGuillaume Desmottes2014-06-031-4/+4
* muc-channel: take WockyMuc object as first signal cb argGuillaume Desmottes2014-06-031-19/+16
* Stop using TpTubeType enumGuillaume Desmottes2013-10-041-12/+12
* MUC: stop sending chat states after <error type=wait>Will Thompson2013-02-221-2/+23
* Update Wocky snapshotWill Thompson2013-02-221-18/+9
* muc-channel: include error message in delivery reportsWill Thompson2013-02-221-3/+15
* muc-channel: pass full error into _receiveWill Thompson2013-02-151-10/+9
* muc-channel: pull extracting stanza errors upWill Thompson2013-02-151-9/+17
* Rename most of GabbleJingle* to WockyJingle*Will Thompson2012-12-111-1/+1
* Don't use add_child_with_content with NULL/"" contentWill Thompson2012-11-271-1/+1
* Remove useless tp_handle_unref()Xavier Claessens2012-09-111-2/+0
* Stop accessing sealed tp-glib structsXavier Claessens2012-09-111-19/+28
* Merge branch 'only-one-tube'Jonny Lamb2012-08-281-108/+494
|\
| * muc-channel: remove ::appeared signal, replace with is_respawning checkJonny Lamb2012-07-201-11/+0
| * tubes: use 64bit uints for tube IDs everywhereJonny Lamb2012-07-201-18/+16
| * muc-channel: disappear from the bus when not requestedJonny Lamb2012-07-201-2/+91
| * muc-channel: use TP_PROP more than appending the property to an iface nameJonny Lamb2012-07-201-3/+3
| * muc-channel: remove "tube" propertyJonny Lamb2012-07-201-12/+0
| * muc-channel: enable SI stream requests againJonny Lamb2012-07-201-0/+61
| * muc-channel: remove unused methodsJonny Lamb2012-07-201-34/+0
| * muc-channel: send Tube presence where appropriateJonny Lamb2012-07-201-27/+226
| * muc-channel: add way to request single Tube channelsJonny Lamb2012-07-201-32/+120
| * muc-channel: store Tube channels hereJonny Lamb2012-07-201-1/+9
* | Use meta-headers for everythingSimon McVittie2012-05-301-6/+2
|/
* Stop using tp_handle_ref/unrefXavier Claessens2012-05-101-24/+0
* Use TpMessageMixin to implement ChatStateXavier Claessens2012-05-091-65/+28
* Use non-deprecated TpIntset APIsSimon McVittie2012-05-071-9/+9
* Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie2012-05-071-16/+16
* Stop using deprecated debug-ansi.hSimon McVittie2012-05-071-4/+2
* Allow to disable VoIP-related code with --disable-voipMarco Barisione2012-03-221-2/+21
* Merge branch 'master' into call1Will Thompson2012-02-061-61/+52
|\
| * Update Wocky snapshot for One Big Header.Will Thompson2012-02-061-3/+1
| * muc: move to WockyNodeIterWill Thompson2012-01-311-3/+4
| * Remove LmHandlerResultWill Thompson2012-01-271-3/+1
| * Delete LmMessage{,Type,SubType} typedefsWill Thompson2012-01-271-13/+13
| * Remove lm_message_new[_with_subtype]Will Thompson2012-01-271-19/+18
| * Remove lm_message_get_[sub_]type.Will Thompson2012-01-271-1/+1
| * Expunge lm_message_ref and lm_message_unref.Will Thompson2012-01-261-2/+2
| * Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson2012-01-261-992/+924
| |\
| * | Remove GabbleXmppError.Will Thompson2011-05-031-20/+10
| * | Remove three redundant node functions from util.[ch]Will Thompson2011-05-021-2/+2
| * | stop using LmMessageNode wrapperJonny Lamb2011-05-021-62/+61
* | | Make call-muc-re-re-request.py test passOlivier CrĂȘte2012-01-301-6/+10
| |/ |/|
* | Make gabble cross compile with mingw32Siraj Razick2012-01-031-1/+1
* | Remove gabble_decode_jid in favour of wocky_decode_jid.Andre Moreira Magalhaes (andrunko)2011-11-171-3/+3
* | Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-3/+3
* | Return the appropriate value in the case of an unknown timestampDanielle Madeley2011-11-071-3/+4
* | [muc-channel] WockyMuc now signals timestamps as GDateTime instead of time_tDanielle Madeley2011-10-181-13/+16
* | [muc-channel] timestamp is a time_t not a gint64Danielle Madeley2011-10-171-1/+1