comparison mcabber/libjabber/jabber.h @ 686:98de2d166a11

Use the new IQ system for authentication
author Mikael Berthe <mikael@lilotux.net>
date Mon, 06 Feb 2006 21:06:19 +0100
parents c3ae9251c197
children f47e312560af
comparison
equal deleted inserted replaced
685:f033345d1315 686:98de2d166a11
382 void jab_send_raw(jconn j, const char *str); 382 void jab_send_raw(jconn j, const char *str);
383 void jab_recv(jconn j); 383 void jab_recv(jconn j);
384 void jab_poll(jconn j, int timeout); 384 void jab_poll(jconn j, int timeout);
385 385
386 char *jab_auth(jconn j); 386 char *jab_auth(jconn j);
387 int jab_auth_mcabber(jconn j, xmlnode x);
387 char *jab_reg(jconn j); 388 char *jab_reg(jconn j);
388 389
389 #ifdef __cplusplus 390 #ifdef __cplusplus
390 } 391 }
391 #endif 392 #endif