comparison src/protocols/jabber/xstream.c @ 2942:bd983bced1d3

[gaim-migrate @ 2955] hmm committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 30 Jan 2002 04:39:34 +0000
parents 424a40f12a6c
children 4e7cefc55971
comparison
equal deleted inserted replaced
2941:6df089d51b11 2942:bd983bced1d3
16 * Jabber 16 * Jabber
17 * Copyright (C) 1998-1999 The Jabber Team http://jabber.org/ 17 * Copyright (C) 1998-1999 The Jabber Team http://jabber.org/
18 */ 18 */
19 19
20 #include <libxode.h> 20 #include <libxode.h>
21 #include <time.h>
21 22
22 /* xstream is a way to have a consistent method of handling incoming XML Stream based events... it doesn't handle the generation of an XML Stream, but provides some facilities to help do that */ 23 /* xstream is a way to have a consistent method of handling incoming XML Stream based events... it doesn't handle the generation of an XML Stream, but provides some facilities to help do that */
23 24
24 /******* internal expat callbacks *********/ 25 /******* internal expat callbacks *********/
25 void _xstream_startElement(xstream xs, const char* name, const char** atts) 26 void _xstream_startElement(xstream xs, const char* name, const char** atts)