summaryrefslogtreecommitdiff
path: root/src/muc-factory.c
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | | Remove GabbleXmppError.Will Thompson2011-05-031-1/+1
* | | stop using LmMessageNode wrapperJonny Lamb2011-05-021-12/+12
|/ /
* | Merge branch 'master' into call-base-classesSjoerd Simons2011-01-111-1/+1
|\ \ | |/
| * MUC: Remove fake error checking from sending presence.Will Thompson2010-11-301-1/+1
* | use telepathy-yell generated codeJonny Lamb2011-01-111-5/+7
|/
* Don't announce new tubes channel until the muc is readySjoerd Simons2010-10-041-1/+7
* Remove dependency to libuuidNicolas Dufresne2010-10-041-2/+0
* various: use tp_clear_object, tp_clear_pointer moreSimon McVittie2010-09-211-19/+7
* MUC factory: use the connection's TpDBusDaemon rather than tp_get_busSimon McVittie2010-09-211-6/+8
* Use telepathy-glib for Conference and ServerTLSConnectionSimon McVittie2010-09-151-11/+11
* managers: implement type_foreach_channel_class instead of foreach_channel_classSenko Rasic2010-08-051-8/+9
* Merge branch 'toob'Jonny Lamb2010-07-141-24/+28
|\
| * muc-factory: rearrange which NewChannels signals come firstJonny Lamb2010-07-141-23/+23
| * muc-factory: don't associate a request with tubes if a tube was requestedJonny Lamb2010-07-141-1/+5
* | muc-factory: fix indentationJonny Lamb2010-07-091-6/+6
|/
* Keep track of active vs. ended call channelsSjoerd Simons2010-05-061-0/+3
* Don't let the async operation try to remember the request tokenSjoerd Simons2010-05-061-4/+18
* A muc channel made as part of a call isn't requestedSjoerd Simons2010-05-041-1/+1
* Merge branch 'master' into muc-callsSjoerd Simons2010-04-201-10/+12
|\
| * Rename to WockyStanza, WockyNode and related changesSjoerd Simons2010-04-201-10/+12
* | Fix typo and strange newlineSjoerd Simons2010-04-051-2/+1
* | On incoming jingle sessions check if they belong to a muc callSjoerd Simons2010-04-021-0/+27
* | Make muji channels requestable and spawn at the right timeSjoerd Simons2010-02-181-3/+127
|/
* fd.o #26170: correctly NULL-terminate muc_tubes_channel_allowed_propertiesSimon McVittie2010-01-221-0/+1
* Remove requirement that InitialInvitee{IDs,Handles} are mutually exclusiveDanielle Madeley2010-01-131-7/+0
* Use that quirk to decide when to create a chat on Google's serverDanielle Madeley2010-01-131-7/+26
* Small style fixes from review.Danielle Madeley2010-01-091-7/+8
* g_warning -> DEBUGDanielle Madeley2010-01-091-5/+5
* Don't free strings not owned by usSjoerd Simons2010-01-081-1/+1