comparison src/protocols/jabber/jutil.h @ 7306:7c12dab8e513

[gaim-migrate @ 7890] this should implement the full nodeprep, nameprep, and resourceprep string profiles, so we compare JIDs correctly committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 20 Oct 2003 20:41:42 +0000
parents 85fcaff1505d
children dd4b4a187171
comparison
equal deleted inserted replaced
7305:fa25f82dda21 7306:7c12dab8e513
32 } JabberID; 32 } JabberID;
33 33
34 JabberID* jabber_id_new(const char *str); 34 JabberID* jabber_id_new(const char *str);
35 void jabber_id_free(JabberID *jid); 35 void jabber_id_free(JabberID *jid);
36 36
37 const char *jabber_get_resource(const char *jid); 37 char *jabber_get_resource(const char *jid);
38 char *jabber_get_bare_jid(const char *jid); 38 char *jabber_get_bare_jid(const char *jid);
39 39
40 time_t str_to_time(const char *timestamp); 40 time_t str_to_time(const char *timestamp);
41 const char *jabber_get_state_string(int state); 41 const char *jabber_get_state_string(int state);
42 42