summaryrefslogtreecommitdiff
path: root/src/conn-olpc.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-27Remove TpBaseConnection.connected callback.Will Thompson1-1/+3
2010-10-04Emit ActivitiesChanged when the server aknowledges our own update.Tomeu Vizoso1-6/+2
2010-09-30Check if we have already an OlpcActivity for that channelTomeu Vizoso1-1/+8
2010-09-23Comply with C90 in code from which Gadget support was removedSimon McVittie1-3/+2
2010-09-22Remove support for gadgetTomeu Vizoso1-1152/+26
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 a BuddyInfo.AddActivity method so activities can advertiseTomeu Vizoso1-47/+104
2010-08-18Add a method for retrieving an activity's room handle from its idTomeu Vizoso1-0/+49
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-08Request activity properties using pep_olpc_act_props and not pep_olpc_buddy_p...Tomeu Vizoso1-1/+1
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-47/+69
2010-01-08Add support for <continue/> to invites coming from InitialChannelsDanielle Madeley1-1/+1
2009-09-25use ensure_bare_contact_from_jidGuillaume Desmottes1-19/+4
2009-09-25conn-olpc: use wocky_pep_service_make_publish_stanzaGuillaume Desmottes1-15/+25
2009-09-25conn-olpc: use wocky_pep_service_get_asyncGuillaume Desmottes1-26/+47
2009-09-25conn-olpc: use WockyPepService to get eventsGuillaume Desmottes1-60/+76
2009-09-25unregister pubsub event handlers when disposingGuillaume Desmottes1-4/+8
2009-09-25turn pubsub_query to a Wocky-style async functionGuillaume Desmottes1-70/+157
2009-09-25register pubsub event handlers in their componentGuillaume Desmottes1-16/+33
2009-09-25rename pubsub.[ch] to wocky-pubsub.[ch]Guillaume Desmottes1-1/+1
2009-09-25pass a jid instead of a handle to pubsub handlersGuillaume Desmottes1-9/+44
2009-08-24gabble_connection_ensure_capabilities: use capability setsSimon McVittie1-8/+24
2009-06-29conn-olpc.c: port to node iteration wrappersDafydd Harries1-24/+34
2009-03-18check_activity_properties: check pubsub_query return valueGuillaume Desmottes1-2/+5
2009-02-08connection etc.: use GUINT_TO_POINTER for handlesSimon McVittie1-1/+1
2009-02-03Update branch messages to masterWill Thompson1-3/+5
2008-12-10check_gadget_buddy: don't print debug message so we don't flood log with it e...Guillaume Desmottes1-2/+4
2008-12-04Fix typo: propetiesPierre-Luc Beaudoin1-1/+1
2008-11-05gabble_xmpp_error_from_node: extract type attribute from <error>Will Thompson1-2/+2
2008-10-27conn-olpc: add a FIXMEGuillaume Desmottes1-0/+2
2008-10-27Invite Gadget to our activities only if we call Publish(True)Guillaume Desmottes1-2/+5
2008-10-16conn-olpc: style tweakGuillaume Desmottes1-10/+10
2008-10-16conn-olpc: remove check_gadget_buddyGuillaume Desmottes1-20/+3
2008-10-16conn-olpc: check_gadget_{buddy,activity}: no need to query disco to check if ...Guillaume Desmottes1-36/+12
2008-10-16ressurect the gadget-restarted testGuillaume Desmottes1-26/+1
2008-10-16activity_disposed_cb: check if the olpc_activities_info hash tables was not a...Guillaume Desmottes1-0/+8
2008-10-16rename gabble_olpc_gadget_manager_find_buddy_properties_from_views to gabble_...Guillaume Desmottes1-1/+1
2008-10-16Re-implement activity views using the new APIGuillaume Desmottes1-411/+52
2008-10-16remove olpc_views from GabbleConnectionGuillaume Desmottes1-8/+0
2008-10-16conn-olpc: disco_item_found_cb: set conn->olpc_gadget_{buddy,activity}"Guillaume Desmottes1-0/+2
2008-10-16Turn view object into a channel. Move BuddyView code from conn-olpc to olpc-b...Guillaume Desmottes1-289/+23
2008-10-16Disable view code for now so Gabble can buildGuillaume Desmottes1-7/+22
2008-10-01conn-olpc: fix 2 references issues: add_activity_info_in_set doesn't return a...Guillaume Desmottes1-6/+2
2008-10-01conn-olpc: revoke_invitations: ignore fake activities aka the ones without IDGuillaume Desmottes1-0/+4
2008-10-01unref activity ref when destroying pep and invited hash tablesGuillaume Desmottes1-0/+19
2008-09-26Depend on telepathy-glib 0.7.16 and GLib 2.16Simon McVittie1-16/+0
2008-09-26merge ActivityGadgetAvailable and BuddyGadgetAvailable D-Bus propertiesGuillaume Desmottes1-6/+3
2008-09-26merge the ActivityGadgetDiscovered and BuddyGadgetDiscovered signalsGuillaume Desmottes1-2/+9