comparison mcabber/mcabber/xmpp.h @ 1705:ac881b5f9248

Add /request ping (XEP-0199), by merging isbear's module
author Mikael Berthe <mikael@lilotux.net>
date Mon, 08 Feb 2010 21:23:05 +0100
parents 95df4ea512c8
children 8c2651fc217a
comparison
equal deleted inserted replaced
1704:ab502d645378 1705:ac881b5f9248
7 enum iqreq_type { 7 enum iqreq_type {
8 iqreq_none, 8 iqreq_none,
9 iqreq_version, 9 iqreq_version,
10 iqreq_time, 10 iqreq_time,
11 iqreq_last, 11 iqreq_last,
12 iqreq_vcard 12 iqreq_vcard,
13 iqreq_ping
13 }; 14 };
14 15
15 struct annotation { 16 struct annotation {
16 time_t cdate; 17 time_t cdate;
17 time_t mdate; 18 time_t mdate;