summaryrefslogtreecommitdiff
path: root/src/message-util.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-22Map policy-violation to Send_Error_Permission_DeniedWill Thompson1-0/+1
2012-11-27Avoid manually setting WockyNode.ns where sensible.Will Thompson1-8/+9
2012-05-30Use meta-headers for everythingSimon McVittie1-1/+1
2012-05-17configure: ignore post 0.18 deprecations so we can build against tp-glib masterJonny Lamb1-0/+2
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-1/+1
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-1/+1
2012-01-31message-util: stop using lm_message_node_get_child_with_namespaceWill Thompson1-5/+5
2012-01-27Remove vestigial Loudmouth headers and build systemWill Thompson1-1/+0
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-6/+6
2012-01-27Remove lm_message_new[_with_subtype]Will Thompson1-6/+8
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-1/+1
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-44/+42
2011-06-27Support XEP-0012: Last ActivityMichael Scherer1-0/+1
2011-05-24Merge branch 'telepathy-gabble-0.12'Will Thompson1-0/+8
2011-05-24Filter out google-rbc-announcement messagesChandni Verma1-0/+8
2011-05-23fixes : telepathy gabble build breakSiraj Razick1-2/+2
2011-05-23gabble_message_util_build_stanza: clearer renaming of variablesSiraj Razick1-13/+13
2011-05-20Fixes : fd.o#33460 by using wocky_porter_send_async()Siraj Razick1-36/+25
2011-05-03Remove GabbleXmppError.Will Thompson1-52/+49
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-23/+21
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-21/+33
2010-02-22gabble_message_util_parse_incoming_message: don't rely on strptimeSimon McVittie1-9/+15
2010-02-22message-util.c: use ISO rather than gcc varargs for portabilitySimon McVittie1-3/+3
2010-01-08Expose some utility functions related to gabble/tp specific MUC functionality.Vivek Dasmohapatra1-0/+34
2009-10-06Explain mapping <service-unavailable> to OfflineWill Thompson1-0/+6
2009-03-18Send and receive message-token/delivery-token/sent message tokens, using the ...Simon McVittie1-1/+11
2009-02-03Update branch messages to masterWill Thompson1-2/+2
2008-11-18IM, MUC: Emit MessageSendingFlags appropriatelyWill Thompson1-2/+4
2008-11-07Map <not-authorized/> to Send_Error_Permission_DeniedWill Thompson1-0/+1
2008-11-06IMChannel: report whether send errors are temporary or permanentWill Thompson1-2/+2
2008-11-06parse_incoming_message: return TpDeliveryStatus based on error typeWill Thompson1-4/+17
2008-11-05gabble_xmpp_error_from_node: extract type attribute from <error>Will Thompson1-1/+1
2008-11-05Use "content-type" message key rather than "type"Will Thompson1-1/+1
2008-10-28message-util: simplify XMPP -> Telepathy enum functionsWill Thompson1-38/+18
2008-10-28_parse_incoming_message: extract XMPP -> telepathy enum conversionsWill Thompson1-84/+87
2008-10-28message_util_parse_incoming_message: add documentationWill Thompson1-0/+20
2008-10-28Move gabble_text_mixin_parse_incoming_message to message-util, renaming accor...Will Thompson1-0/+202
2008-10-28Add two functions based on gabble_text_mixin_send to send messages and chat s...Will Thompson1-0/+212