comparison mcabber/src/jabglue.h @ 1003:c8b1a52b2fd6

Initial VCard retrieval support
author Mikael Berthe <mikael@lilotux.net>
date Tue, 07 Nov 2006 22:43:17 +0100
parents 35e7913affb7
children c112423ac012
comparison
equal deleted inserted replaced
1002:dd9e7eb5f8a8 1003:c8b1a52b2fd6
27 }; 27 };
28 28
29 enum iqreq_type { 29 enum iqreq_type {
30 iqreq_none, 30 iqreq_none,
31 iqreq_version, 31 iqreq_version,
32 iqreq_time 32 iqreq_time,
33 iqreq_vcard
33 }; 34 };
34 35
35 char *compose_jid(const char *username, const char *servername, 36 char *compose_jid(const char *username, const char *servername,
36 const char *resource); 37 const char *resource);
37 jconn jb_connect(const char *jid, const char *server, unsigned int port, 38 jconn jb_connect(const char *jid, const char *server, unsigned int port,