summaryrefslogtreecommitdiff
path: root/src/im-channel.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-10Set message timestamps as int64, not uint64Simon McVittie1-3/+3
2010-12-10Depend on telepathy-glib 0.13.9 and avoid using deprecated functionsSimon McVittie1-9/+6
2010-12-10Revert to using message id='' as message-tokenWill Thompson1-6/+2
2010-10-18GabbleIMChannel, GabbleMucChannel: add Messages' immutable propertiesSimon McVittie1-0/+19
2010-10-18Use G_N_ELEMENTS for length of @types in tp_message_mixin_implement_sendingSimon McVittie1-4/+2
2010-10-04Small code simplificationSjoerd Simons1-6/+1
2010-09-28Use gabble_roster_handle_sends_us_presence, etc., outside roster.cSimon McVittie1-9/+5
2010-08-24Port GabbleIMChannel to TpBaseChannel.Will Thompson1-114/+69
2010-04-30im-channel: Consistently avoid using self->baseWill Thompson1-8/+12
2010-04-27Port GabbleIMChannel to GabbleBaseChannelWill Thompson1-341/+55
2009-11-07Negotiate chat state support for capsless contactsWill Thompson1-9/+49
2009-11-07Send chat state notifications as type='chat'Will Thompson1-2/+2
2009-11-07Refactor determining whether to send chat statesWill Thompson1-45/+44
2009-10-27Don't trust <message> ids to be globally uniqueWill Thompson1-13/+12
2009-08-24GabbleIMChannel: use gabble_presence_has_cap()Simon McVittie1-3/+4
2009-07-30Remove unused 'presence' variableWill Thompson1-4/+0
2009-07-13im-channel.c: pass LM_MESSAGE_SUB_TYPE_NORMAL to gabble_message_util_send_cha...Guillaume Desmottes1-2/+3
2009-06-19Strip off peer resource on send error.Will Thompson1-5/+15
2009-06-19Correctly update peer's full JID on incoming IMs.Will Thompson1-1/+1
2009-06-10Remove unnecessary forward declaration.Will Thompson1-1/+0
2009-06-05Only send <gone/> if we've sent another stateWill Thompson1-8/+24
2009-06-05Unduplicate emitting Closed and sending <gone/>Will Thompson1-27/+20
2009-03-23Simplify access to private struct in several filesWill Thompson1-13/+11
2009-03-18Send and receive message-token/delivery-token/sent message tokens, using the ...Simon McVittie1-0/+23
2008-11-18IM, MUC: include text/plain in SupportedContentTypesWill Thompson1-1/+4
2008-11-18Merge branch 'master' into messagesWill Thompson1-0/+1
2008-11-18ImChannel: add delivery reporting support flagsWill Thompson1-1/+3
2008-11-18IM, MUC: Emit MessageSendingFlags appropriatelyWill Thompson1-2/+5
2008-11-06IMChannel: attach message-received to the right bit of delivery reportsWill Thompson1-2/+3
2008-11-06IMChannel: report whether send errors are temporary or permanentWill Thompson1-5/+4
2008-11-05ImChannel: emit failed delivery reports in response to incoming errorsWill Thompson1-6/+36
2008-11-05Use "content-type" message key rather than "type"Will Thompson1-1/+1
2008-11-05Pass TpDeliveryReportSupportFlags=0 to tp_message_mixin_implement_sendingWill Thompson1-1/+1
2008-11-05GabbleIMChannel: add immutable Interfaces property to channel detailsSimon McVittie1-0/+1
2008-11-04Merge branch 'master' into messages-primeWill Thompson1-1/+43
2008-11-03GabbleIMChannel: when rescuing a channel, set the rescued flagSimon McVittie1-0/+2
2008-11-03GabbleIMChannel: implement the final version of DestroyableSimon McVittie1-6/+5
2008-10-30GabbleIMChannel: implement DestroyableSimon McVittie1-1/+42
2008-10-28ImChannel: use TpMessageMixin rather than TpTextMixinWill Thompson1-86/+87
2008-10-14Update to spec 0.17.13, moving various future Channel properties to the presentSimon McVittie1-15/+3
2008-10-14GabbleIMChannel: use G_PARAM_STATIC_STRINGSSimon McVittie1-12/+6
2008-09-19Don't leak a hash table on calls to GetAll('o.fd.T.Channel')Will Thompson1-1/+1
2008-09-05Use TpExportableChannel; remove GabbleExportableChannelWill Thompson1-3/+3
2008-08-18Move TargetID from the future into the present.Simon McVittie1-2/+2
2008-07-29GabbleIMChannel: remove vestigial property-setter for channel-propertiesSimon McVittie1-3/+0
2008-07-25GabbleExportableChannel: add convenience API for implementors to useSimon McVittie1-37/+9
2008-07-24GabbleIMChannel: implement GabbleExportableChannel; GabbleImFactory: use that...Simon McVittie1-13/+62
2008-07-24GabbleIMChannel: use tp_text_mixin_has_pending_messages (requires telepathy-g...Simon McVittie1-25/+3
2008-07-24Implement the "respawning" behaviour for IM channels with pending messages re...Simon McVittie1-2/+59
2008-07-22GabbleIMChannel: add a Requested propertySimon McVittie1-2/+15