summaryrefslogtreecommitdiff
path: root/src/message-util.c
AgeCommit message (Expand)AuthorFilesLines
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