| 17767:2e90c77810f5 | 17768:7be011945a1b |
|---|---|
| 33 JABBER_MESSAGE_CHAT, | 33 JABBER_MESSAGE_CHAT, |
| 34 JABBER_MESSAGE_GROUPCHAT, | 34 JABBER_MESSAGE_GROUPCHAT, |
| 35 JABBER_MESSAGE_HEADLINE, | 35 JABBER_MESSAGE_HEADLINE, |
| 36 JABBER_MESSAGE_ERROR, | 36 JABBER_MESSAGE_ERROR, |
| 37 JABBER_MESSAGE_GROUPCHAT_INVITE, | 37 JABBER_MESSAGE_GROUPCHAT_INVITE, |
| 38 JABBER_MESSAGE_EVENT, | |
| 38 JABBER_MESSAGE_OTHER | 39 JABBER_MESSAGE_OTHER |
| 39 } type; | 40 } type; |
| 40 time_t sent; | 41 time_t sent; |
| 41 gboolean delayed; | 42 gboolean delayed; |
| 42 char *id; | 43 char *id; |
| 59 JM_STATE_PAUSED, | 60 JM_STATE_PAUSED, |
| 60 JM_STATE_INACTIVE, | 61 JM_STATE_INACTIVE, |
| 61 JM_STATE_GONE | 62 JM_STATE_GONE |
| 62 } chat_state; | 63 } chat_state; |
| 63 GList *etc; | 64 GList *etc; |
| 65 GList *eventitems; | |
| 64 } JabberMessage; | 66 } JabberMessage; |
| 65 | 67 |
| 66 void jabber_message_free(JabberMessage *jm); | 68 void jabber_message_free(JabberMessage *jm); |
| 67 | 69 |
| 68 void jabber_message_send(JabberMessage *jm); | 70 void jabber_message_send(JabberMessage *jm); |