summaryrefslogtreecommitdiff
path: root/src/im-factory.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb1-1/+1
2011-01-10connection: assume text caps for offline contactsJonny Lamb1-0/+6
2011-01-06replaced the ...get_type function with a G_DEFINE_INTERFACE macroJonKristensen1-1/+1
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-11/+4
2010-08-24Port GabbleIMChannel to TpBaseChannel.Will Thompson1-1/+2
2010-08-05managers: implement type_foreach_channel_class instead of foreach_channel_classSenko Rasic1-4/+5
2010-04-27Port GabbleIMChannel to GabbleBaseChannelWill Thompson1-3/+1
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-1/+1
2009-11-07Negotiate chat state support for capsless contactsWill Thompson1-4/+4
2009-08-24Construct contact capabilities from caps setsWill Thompson1-3/+3
2009-03-18Send and receive message-token/delivery-token/sent message tokens, using the ...Simon McVittie1-3/+3
2009-02-08im-factory: use GUINT_TO_POINTER for handlesSimon McVittie1-2/+2
2009-02-03Update branch messages to masterWill Thompson1-2/+69
2008-12-05Merge branch 'master' into alban-enhanced-caps-with-complex-typesAlban Crequy1-0/+3
2008-11-27GabbleImFactory: add a comment to explain why we use a temporary variableAlban Crequy1-0/+3
2008-11-18Caps: Use the type Requestable Channel ClassAlban Crequy1-2/+3
2008-11-18Merge branch 'master' into messagesWill Thompson1-10/+2
2008-11-11ImFactory: fix receiving chat statesWill Thompson1-1/+1
2008-11-10Merge branch 'master' into alban-enhanced-caps-with-complex-typesAlban Crequy1-10/+2
2008-11-06IMChannel: report whether send errors are temporary or permanentWill Thompson1-1/+1
2008-11-06parse_incoming_message: return TpDeliveryStatus based on error typeWill Thompson1-1/+2
2008-11-05ImChannel: emit failed delivery reports in response to incoming errorsWill Thompson1-8/+3
2008-11-05GabbleIMFactory: don't redundantly validate TargetHandleSimon McVittie1-5/+2
2008-11-04Remove redundant g_object_get callSimon McVittie1-5/+0
2008-11-02Note that delivery reports should be emitted whenever SendError isWill Thompson1-0/+1
2008-10-28Move gabble_text_mixin_parse_incoming_message to message-util, renaming accor...Will Thompson1-2/+2
2008-10-17Merge branch 'master' into alban-enhanced-caps-with-complex-typesAlban Crequy1-7/+3
2008-10-14GabbleImFactory: use G_PARAM_STATIC_STRINGS and reindentSimon McVittie1-7/+3
2008-10-08Stop using the workaround for bug #17329Alban Crequy1-3/+2
2008-09-30Use the "channel manager" terminology everywhere instead of "channel factory"Alban Crequy1-1/+1
2008-09-30Every Channel Managers must now implement the GABBLE_CAPS_CHANNEL_MANAGER int...Alban Crequy1-1/+0
2008-09-30Merge branch 'master' into alban-enhanced-caps-merging-attemptAlban Crequy1-0/+13
2008-09-25Implement EnsureChannel for IM channelsWill Thompson1-0/+13
2008-09-12Fix merge issues after merging wjt/requestotronAlban Crequy1-1/+0
2008-09-12Merge commit 'wjt/requestotron' into alban-enhanced-caps-merging-attemptAlban Crequy1-27/+35
2008-09-11Proper cast to fix GLib-GObject-WARNING and im-factory.c implements GabbleCap...Alban Crequy1-3/+3
2008-09-11Split GabbleChannelManager in 2 parts: GabbleChannelManager (will become TpCh...Alban Crequy1-2/+14
2008-09-11Tube factory implement its part of GetContactCapabilities, reading the Presen...Alban Crequy1-0/+1
2008-09-11Each channel factories add its own set of caps for a contact handleAlban Crequy1-0/+51
2008-09-09ImFactory: Include TargetID in allowed propertiesWill Thompson1-0/+1
2008-09-09ImFactory: reject requests containing unknown propertiesWill Thompson1-2/+13
2008-09-05Use TpChannelManager; remove GabbleChannelManagerWill Thompson1-13/+13
2008-09-05Use TpExportableChannel; remove GabbleExportableChannelWill Thompson1-7/+7
2008-09-05Requestotron: copy changes back from Salut before moving to tp-glibWill Thompson1-8/+2
2008-08-20Merge commit 'origin/requestotron/im'Simon McVittie1-73/+3
2008-08-20Merge branch 'master' into requestotron/requestablesSimon McVittie1-26/+31
2008-08-20GabbleImFactory: consolidate cleanup into gabble_im_factory_close_all.Simon McVittie1-26/+31
2008-07-31Don't assert that GabbleIMChannel is a TpChannelIfaceSimon McVittie1-3/+0
2008-07-31GabbleImFactory: don't implement TpChannelFactoryIfaceSimon McVittie1-70/+3
2008-07-30GabbleIMFactory: implement foreach_channel_classSimon McVittie1-0/+38