summaryrefslogtreecommitdiff
path: root/src/muc-factory.c
Commit message (Expand)AuthorAgeFilesLines
* GabbleMucFactory: announce tube channels individuallySimon McVittie2013-09-121-20/+15
* Rename most of GabbleJingle* to WockyJingle*Will Thompson2012-12-111-2/+2
* muc_factory_broadcast_presence(): don't crash if disconnectedWill Thompson2012-11-061-0/+3
* muc-factory: clarify cancelling queued requests.Will Thompson2012-11-051-10/+15
* muc-factory: use find_text_channel function.Will Thompson2012-11-051-10/+6
* Stop accessing sealed tp-glib structsXavier Claessens2012-09-111-3/+5
* Merge branch 'only-one-tube'Jonny Lamb2012-08-281-295/+196
|\
| * muc-factory: clarify code deciding whether to announce text channelsJonny Lamb2012-07-241-12/+11
| * muc-channel: remove ::appeared signal, replace with is_respawning checkJonny Lamb2012-07-201-11/+8
| * muc-channel: disappear from the bus when not requestedJonny Lamb2012-07-201-16/+80
| * tubes-channel: removeJonny Lamb2012-07-201-1/+0
| * muc-factory: simplify code to get IM channel from InitialChannelsJonny Lamb2012-07-201-7/+7
| * muc-factory: remove dead commentJonny Lamb2012-07-201-2/+0
| * muc-channel: enable SI stream requests againJonny Lamb2012-07-201-7/+11
| * muc-factory: fix listing of channelsJonny Lamb2012-07-201-38/+15
| * muc-channel: add way to request single Tube channelsJonny Lamb2012-07-201-5/+4
| * muc-factory: remove Tubes channels from Tube channel requestsJonny Lamb2012-07-201-157/+89
| * muc-factory: remove Tubes channel handling codeJonny Lamb2012-07-201-63/+0
| * muc-factory: stop exposing Tubes channels in RCCsJonny Lamb2012-07-201-5/+0
* | Use meta-headers for everythingSimon McVittie2012-05-301-5/+3
|/
* Stop using tp_handle_ref/unrefXavier Claessens2012-05-101-17/+0
* Use non-deprecated TpIntset APIsSimon McVittie2012-05-071-1/+1
* Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie2012-05-071-10/+10
* Allow to disable VoIP-related code with --disable-voipMarco Barisione2012-03-221-1/+19
* Merge branch 'master' into call1Will Thompson2012-02-061-54/+53
|\
| * Update Wocky snapshot for One Big Header.Will Thompson2012-02-061-1/+1
| * Replace trivial uses of lm_message_node_get_child_with_namespaceWill Thompson2012-01-311-2/+2
| * MucFactory: stop using LmMessageHandlerWill Thompson2012-01-271-35/+34
| * Delete LmMessage{,Type,SubType} typedefsWill Thompson2012-01-271-6/+6
| * Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson2012-01-261-129/+209
| |\
| * | Remove GabbleXmppError.Will Thompson2011-05-031-1/+1
| * | stop using LmMessageNode wrapperJonny Lamb2011-05-021-12/+12
* | | Replace tp-yell with tp-glib's Call1 APIXavier Claessens2012-01-111-6/+4
| |/ |/|
* | Remove gabble_decode_jid in favour of wocky_decode_jid.Andre Moreira Magalhaes (andrunko)2011-11-171-2/+3
* | Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-11/+11
* | Remove obsolete DBUS_API_SUBJECT_TO_CHANGE definesWill Thompson2011-11-031-2/+0
* | muc-factory: use a dispatch table for handling requestsWill Thompson2011-11-031-44/+37
* | muc-factory: use fully-qualified property constantsWill Thompson2011-11-031-26/+26
* | MucFactory: remove stupid priv anti-idiomWill Thompson2011-11-031-31/+28
* | Build against Room & Subject from tp-glibWill Thompson2011-10-121-5/+5
* | muc-{channel,factory}: update to latest draft specJonny Lamb2011-10-121-17/+17
* | gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb2011-09-011-1/+1
* | muc-factory: don't use a string after freeing itJonny Lamb2011-05-181-6/+11
* | Merge branch 'room'Jonny Lamb2011-05-061-14/+100
|\ \ | |/ |/|
| * muc-factory: remove more assertions with side effectsJonny Lamb2011-01-131-2/+6
| * muc-factory: improve debug messages when TargetID and room props conflictJonny Lamb2011-01-131-2/+4
| * muc-factory: give temporary variables better namesJonny Lamb2011-01-041-9/+9
| * muc-factory: also note why asserting on decoding a JIDJonny Lamb2011-01-041-0/+2
| * muc-factory: ensure RoomID and ServerID don't conflict with TargetIDJonny Lamb2011-01-031-5/+48
| * muc-factory: allow channel requests with RoomID + Server setJonny Lamb2010-12-231-17/+52