comparison libpurple/protocols/jabber/message.h @ 25205:a1a0293df07f

propagate from branch 'im.pidgin.pidgin' (head 410f7adb8bbf7aef2373d653d847556cd17169dc) to branch 'im.pidgin.cpw.malu.xmpp.attention' (head ecfdfd8dc2c102fe304e3d47895a65a18b79f273)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 16 Feb 2009 20:51:03 +0000
parents f763be370afb
children c4fd9222dda1 5767b7698c73
comparison
equal deleted inserted replaced
25109:463a2caa35e6 25205:a1a0293df07f
23 #define _PURPLE_JABBER_MESSAGE_H_ 23 #define _PURPLE_JABBER_MESSAGE_H_
24 24
25 #include "buddy.h" 25 #include "buddy.h"
26 #include "jabber.h" 26 #include "jabber.h"
27 #include "xmlnode.h" 27 #include "xmlnode.h"
28
29 #define XEP_0224_NAMESPACE "urn:xmpp:attention:0"
28 30
29 typedef struct _JabberMessage { 31 typedef struct _JabberMessage {
30 JabberStream *js; 32 JabberStream *js;
31 enum { 33 enum {
32 JABBER_MESSAGE_NORMAL, 34 JABBER_MESSAGE_NORMAL,