summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-20Prepare version 0.9.16telepathy-gabble-0.9.16Tomeu Vizoso2-7/+33
2010-08-19Update wocky to fit out-of-tree buildsAdam Conrad1-0/+0
2010-08-18SetActivities needs to merge new activities within the existing onesTomeu Vizoso1-1/+47
2010-08-18Whitespace fixTomeu Vizoso1-1/+1
2010-08-18Add rationales to AddActivity and GetActivityTomeu Vizoso2-0/+9
2010-08-18Improvements to the docs for AddActivity and GetActivityTomeu Vizoso2-6/+6
2010-08-18Add a BuddyInfo.AddActivity method so activities can advertiseTomeu Vizoso2-47/+124
2010-08-18Add a method for retrieving an activity's room handle from its idTomeu Vizoso2-0/+69
2010-08-18Set the activity_id a bit earlierTomeu Vizoso1-1/+1
2010-08-18Log error message when a query fails even if we have no dbus contextTomeu Vizoso1-4/+4
2010-08-17Update wocky and adapt to the new TLS APISjoerd Simons2-6/+14
2010-08-13constants.py: add INVALID_HANDLEGuillaume Desmottes1-0/+1
2010-08-11Merge branch 'enums'Simon McVittie12-94/+97
2010-08-11gabble_media_factory_get_contact_caps: add a cast to shut gcc 4.5 upSimon McVittie1-1/+8
2010-08-11Report temporary delivery failures correctly in MUCsSimon McVittie1-1/+1
2010-08-11Consistently use to represent tube statesSimon McVittie2-17/+22
2010-08-11Replace all JingleSessionState with JingleStateSimon McVittie7-73/+63
2010-08-11Add JINGLE_STATE_INVALID, to mirror JS_STATE_INVALIDSimon McVittie1-1/+2
2010-08-11Rename JINGLE_STATE_PENDING_ACTIVE to JINGLE_STATE_ACTIVESimon McVittie1-1/+1
2010-08-10Don't include files from extensions/_genCosimo Cecchi1-4/+1
2010-08-09Pass a guint instead of a guint16 to dbus_g_type_struct_get because itTomeu Vizoso1-1/+1
2010-08-08Request activity properties using pep_olpc_act_props and not pep_olpc_buddy_p...Tomeu Vizoso1-1/+1
2010-08-05depend on telepathy-glib 0.11.11 (for TpBaseProtocol)Senko Rasic1-1/+1
2010-08-05cm/protocol test: nicer way of testing that the dbus method returns an errorSenko Rasic1-7/+3
2010-08-05assert that expected immutable properties really are thereSenko Rasic1-6/+6
2010-08-05write-mgr-file.c: use correct printf formats as provided by GlibSenko Rasic1-7/+11
2010-08-05write-mgr-file.c: iterate over hashtable instead of using foreachSenko Rasic1-24/+27
2010-08-05use g_once_init_{enter,leave} instead of g_once_initSenko Rasic1-19/+16
2010-08-05gabble_jabber_protocol_new() now returns TpBaseProtocol* instead of GabbleJab...Senko Rasic3-3/+3
2010-08-05gabble_connection_manager_get_protocols() is no more, removed from header fileSenko Rasic1-2/+0
2010-08-05update copyrightSenko Rasic1-2/+2
2010-08-05mgr_file_contents(): don't leak GKeyFileSenko Rasic1-1/+4
2010-08-05write-mgr-file: output Protocol's immutable propertiesSenko Rasic1-2/+208
2010-08-05factor write_parameters() out of mgr_file_contents()Senko Rasic1-48/+56
2010-08-05write_mgr_file(): make use of GabbleJabberProtocolSenko Rasic1-8/+20
2010-08-05use hardcoded values for protocol name/icon/englishname/vcard fieldSenko Rasic1-3/+8
2010-08-05move gabble parameters from ConnectionManager to JabberProtocol and clean up ...Senko Rasic2-210/+143
2010-08-05add comments for gabble_normalize_contact()Senko Rasic1-0/+13
2010-08-05identify_account: assume the mandatory parameter "account" is presentSenko Rasic1-6/+2
2010-08-05protocol.c: trivia/whitespace fixesSenko Rasic1-25/+22
2010-08-05add gabble_jabber_protocol_new()Senko Rasic3-3/+11
2010-08-05cm/protocol.py test: check that IdentifyAccount() really requires mandatory p...Senko Rasic1-0/+8
2010-08-05cm/protocol.py test: use assertEqualsSenko Rasic1-10/+9
2010-08-05Protocol has been undraftedSenko Rasic1-1/+1
2010-08-05add test for o.f.T.ProtocolSenko Rasic3-0/+66
2010-08-05GabbleConnectionManager: use GabbleJabberProtocolSenko Rasic1-84/+23
2010-08-05add GabbleJabberProtocolSenko Rasic3-0/+286
2010-08-05managers: implement type_foreach_channel_class instead of foreach_channel_classSenko Rasic9-52/+60
2010-08-05Add gabble_connection_get{implemented,guaranteed}_interfaces() methodsSenko Rasic2-15/+39
2010-08-03Merge branch 'errata'Simon McVittie9-178/+422