comparison src/protocols/jabber/message.h @ 7145:0e4894b3e2a6

[gaim-migrate @ 7712] all sorts of fun jabber stuff including: 1. stop calling gaim_strdup_withhtml() with NULL values 2. real support for headline-type messages 3. fix a stupid presence bug when authorizing people 4. fix login default stuff so people can log in committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 04 Oct 2003 21:19:29 +0000
parents bf630f7dfdcd
children 6fca0d9cc98b
comparison
equal deleted inserted replaced
7144:4d5b0c1f2e7a 7145:0e4894b3e2a6
45 char *password; 45 char *password;
46 char *error; 46 char *error;
47 enum { 47 enum {
48 JABBER_MESSAGE_EVENT_COMPOSING = 1 << 1 48 JABBER_MESSAGE_EVENT_COMPOSING = 1 << 1
49 } events; 49 } events;
50 GList *etc;
50 } JabberMessage; 51 } JabberMessage;
51 52
52 53
53 void jabber_message_parse(JabberStream *js, xmlnode *packet); 54 void jabber_message_parse(JabberStream *js, xmlnode *packet);
54 int jabber_message_send_im(GaimConnection *gc, const char *who, const char *msg, 55 int jabber_message_send_im(GaimConnection *gc, const char *who, const char *msg,