comparison src/protocols/sametime/meanwhile/mw_srvc_im.h @ 12311:a2ebf585d8c6

[gaim-migrate @ 14615] should work fine, but I have to go home now. This ought to clean up all the signedness warnings, start to remove some unnecessary features (server-stored status messages), and add a useful feature (pretending to be an official client when the server is blocking unofficial clients) committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Sun, 04 Dec 2005 04:09:30 +0000
parents 0110fc7c6a8a
children
comparison
equal deleted inserted replaced
12310:a532eccfc7bb 12311:a2ebf585d8c6
80 mwImSend_PLAIN, /**< char *, plain-text message */ 80 mwImSend_PLAIN, /**< char *, plain-text message */
81 mwImSend_TYPING, /**< gboolean, typing status */ 81 mwImSend_TYPING, /**< gboolean, typing status */
82 mwImSend_HTML, /**< char *, HTML formatted message (NOTESBUDDY) */ 82 mwImSend_HTML, /**< char *, HTML formatted message (NOTESBUDDY) */
83 mwImSend_SUBJECT, /**< char *, conversation subject (NOTESBUDDY) */ 83 mwImSend_SUBJECT, /**< char *, conversation subject (NOTESBUDDY) */
84 mwImSend_MIME, /**< char *, MIME-encoded message (NOTESBUDDY) */ 84 mwImSend_MIME, /**< char *, MIME-encoded message (NOTESBUDDY) */
85 mwImSend_TIMESTAMP, /**< char *, YYYY:MM:DD:HH:mm:SS format (NOTESBUDDY) */
85 }; 86 };
86 87
87 88
88 89
89 /** @see mwConversation_getState */ 90 /** @see mwConversation_getState */