summaryrefslogtreecommitdiff
path: root/src/conn-presence.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-05Remove support for legacy Presence.Will Thompson1-7/+0
2011-08-01conn-presence.c: make shared invisibility work after the server updateMarco Barisione1-1/+10
2011-05-17conn-presence.c: don't override away when the remote status changesMarco Barisione1-5/+16
2011-05-12conn-presence.c: remove a line forgotten when fixing a merge conflictMarco Barisione1-1/+0
2011-05-12conn-presence.c: handle the transition from hidden to away on GTalkMarco Barisione1-7/+17
2011-05-12conn-presence.c: add a function to know if a GabblePresenceId is awayMarco Barisione1-4/+8
2011-05-10conn-presence.c: leave an away status using <presence/> tooMarco Barisione1-0/+19
2011-05-05conn-presence.c: don't allow the "chat" status when using shared statusMarco Barisione1-5/+18
2011-05-05conn-presence.c: simplify the non-connected case in status_available_cbMarco Barisione1-16/+12
2011-05-05conn-presence.c: send an initial <presence/> when using shared statusMarco Barisione1-1/+33
2011-05-05conn-presence.c: don't try privacy lists when using shared statusMarco Barisione1-1/+2
2011-05-05conn-presence.c: don't use shared presence for away statusesMarco Barisione1-9/+36
2011-05-05conn-presence.c: fix indentationMarco Barisione1-2/+2
2011-05-05conn-presence.c: don't send <presence/> if we already used shared statusMarco Barisione1-2/+5
2011-04-21Merge branch 'presence-status-max'Will Thompson1-0/+35
2011-04-21gabble_presence_update(): take 'now' as a parameterWill Thompson1-2/+2
2011-04-14Add support for Conn.SimplePresence.MaximumStatusMessageLength.Andre Moreira Magalhaes (andrunko)1-0/+14
2011-04-14Add support for google shared-status 'status-max'.Andre Moreira Magalhaes (andrunko)1-0/+21
2011-04-08presence: also return whether to signal client types updated in _updateJonny Lamb1-2/+2
2011-03-17use wocky_c2s_porter_register_handler_from_server() where applicableSenko Rasic1-2/+4
2011-03-10Update Wocky snapshot for wocky_porter_register_handler changesWill Thompson1-3/+4
2010-12-24Forward-port to wocky, which needs ; after wocky_implement_finish_voidSjoerd Simons1-2/+2
2010-11-25Merge branch 'ofdt-protocol-interface-presences'Will Thompson1-17/+32
2010-11-04lm_connection_send: remove, and replace all calls with wocky_porter_sendSimon McVittie1-2/+1
2010-10-31Use _dispose function for unregistering iq handler.Eitan Isaacson1-7/+17
2010-10-31Fixed debug error message when getting shared status.Eitan Isaacson1-1/+1
2010-10-31Handle empty stanza properly when getting shared status.Eitan Isaacson1-8/+15
2010-10-31Assert that stanza has query element before using.Eitan Isaacson1-2/+5
2010-10-31Nit-picks and style changes in shared status.Eitan Isaacson1-5/+2
2010-10-31Remove cryptic debug messages.Eitan Isaacson1-4/+2
2010-10-31Use g_hash_table_iter_* instead of g_hash_table_foreach.Eitan Isaacson1-15/+14
2010-10-31Use wocky_stanza_build to it's fullest extent in build_shared_status_stanza.Eitan Isaacson1-6/+8
2010-10-31Use wocky_porter_register_handler instead of LM whatever.Eitan Isaacson1-23/+23
2010-10-31Add support for stored shared statuses, this is apparently needed.Eitan Isaacson1-0/+52
2010-10-31Added initial Google shared status support.Eitan Isaacson1-4/+388
2010-10-14Use XEP-0186 for simple invisibility when it is available.Eitan Isaacson1-21/+38
2010-10-05Reprivatise base status list; expose base+plugins list via a function insteadVivek Dasmohapatra1-14/+29
2010-10-05Expose the standard status list to other parts of gabbleVivek Dasmohapatra1-5/+5
2010-09-28Use gabble_roster_handle_sends_us_presence, etc., outside roster.cSimon McVittie1-4/+2
2010-09-24Don't assume privacy list list is well-formed.Will Thompson1-9/+15
2010-09-13Privacy lists: Don't a GSimpleAsyncResult.Will Thompson1-0/+1
2010-09-13Always emit PresencesChanged when we change our own presenceWill Thompson1-0/+1
2010-09-10Simplify emitting PresencesChanged for SelfHandleWill Thompson1-14/+12
2010-08-26conn-presence.c: consistently cast into GSimpleAsyncResult*Senko Rasic1-5/+5
2010-08-26activate_current_privacy_list: don't leak GErrorSenko Rasic1-1/+3
2010-08-26get_existing_privacy_lists_cb: use wocky node iterators instead of old macrosSenko Rasic1-4/+4
2010-08-26conn-presence.c: documented privacy_presences lifetime a bit betterSenko Rasic1-5/+13
2010-08-26activate_current_privacy_list(): simplified list activation xml generationSenko Rasic1-17/+14
2010-08-26removed _ prefix from conn_presence_get_type()Senko Rasic1-1/+1
2010-08-26style fixesSenko Rasic1-5/+7