diff libpurple/protocols/mxit/markup.h @ 31884:9ad5fcde4af4

Structured reply messages should rather not be enclosed in the ::DATA: format. For links, also indicate if the reply message is in a structured format rather than the callback having to try and guess based on the first new bytes of the message.
author andrew.victor@mxit.com
date Sat, 13 Aug 2011 16:29:21 +0000
parents 69aa4660401a
children
line wrap: on
line diff
--- a/libpurple/protocols/mxit/markup.h	Sat Aug 13 15:08:30 2011 +0000
+++ b/libpurple/protocols/mxit/markup.h	Sat Aug 13 16:29:21 2011 +0000
@@ -31,7 +31,7 @@
 
 void mxit_parse_markup( struct RXMsgData* mx, char* message, int len, short msgtype, int msgflags );
 char* mxit_convert_markup_tx( const char* message, int* msgtype );
-void mxit_add_html_link( struct RXMsgData* mx, const char* linkname, const char* displayname );
+void mxit_add_html_link( struct RXMsgData* mx, const char* replydata, gboolean isStructured, const char* displaytext );
 void mxit_show_message( struct RXMsgData* mx );
 
 void mxit_free_emoticon_cache( struct MXitSession* session );