summaryrefslogtreecommitdiff
path: root/src/conn-presence.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-03conn-presence: fix enum cast warningGuillaume Desmottes1-1/+1
2012-12-06conn-presence: stop using _gabble_connection_send_with_reply()Will Thompson1-105/+92
2012-12-06Merge branch 'telepathy-gabble-0.16'Will Thompson1-7/+4
2012-12-06privacy lists: don't crash on malformed repliesWill Thompson1-3/+3
2012-12-06Don't crash when creating invisible privacy list fails.Will Thompson1-4/+1
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-9/+15
2012-05-30Use meta-headers for everythingSimon McVittie1-5/+2
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-4/+4
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-2/+1
2012-01-31presence: explicitly hunt for privacy list node.Will Thompson1-4/+9
2012-01-27Remove LmHandlerResultWill Thompson1-18/+8
2012-01-27conn-presence: stop using LmMessageHandlerWill Thompson1-37/+30
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-25/+25
2012-01-27Remove lm_message_get_[sub_]type.Will Thompson1-5/+9
2012-01-27Expunge lm_message_node_get_name()Will Thompson1-6/+4
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-3/+3
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-55/+174
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-6/+6
2011-10-31conn-presence: Properly free priv member.Andre Moreira Magalhaes (andrunko)1-0/+2
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-05-03Remove GabbleXmppError.Will Thompson1-22/+15
2011-05-02Remove lm_iq_message_make_result()Will Thompson1-10/+7
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-16/+16
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