comparison mcabber/src/jabglue.c @ 32:1f870e304168

[/trunk] Changeset 48 by mikael * Work on libjabber integration.
author mikael
date Mon, 04 Apr 2005 12:07:52 +0000
parents 0f0fbd0c4a7f
children bb9172f2cbf1
comparison
equal deleted inserted replaced
31:0f0fbd0c4a7f 32:1f870e304168
282 282
283 void gotloggedin(void) 283 void gotloggedin(void)
284 { 284 {
285 xmlnode x; 285 xmlnode x;
286 286
287 /*
288 x = jutil_iqnew(JPACKET__GET, NS_AGENTS); 287 x = jutil_iqnew(JPACKET__GET, NS_AGENTS);
289 xmlnode_put_attrib(x, "id", "Agent List"); 288 xmlnode_put_attrib(x, "id", "Agent List");
290 jab_send(jc, x); 289 jab_send(jc, x);
291 xmlnode_free(x); 290 xmlnode_free(x);
292 */
293 291
294 x = jutil_iqnew(JPACKET__GET, NS_ROSTER); 292 x = jutil_iqnew(JPACKET__GET, NS_ROSTER);
295 xmlnode_put_attrib(x, "id", "Roster"); 293 xmlnode_put_attrib(x, "id", "Roster");
296 jab_send(jc, x); 294 jab_send(jc, x);
297 xmlnode_free(x); 295 xmlnode_free(x);