diff 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
line wrap: on
line diff
--- a/mcabber/libjabber/jabber.h	Mon Feb 06 20:04:58 2006 +0100
+++ b/mcabber/libjabber/jabber.h	Mon Feb 06 21:06:19 2006 +0100
@@ -384,6 +384,7 @@
 void jab_poll(jconn j, int timeout);
 
 char *jab_auth(jconn j);
+int   jab_auth_mcabber(jconn j, xmlnode x);
 char *jab_reg(jconn j);
 
 #ifdef __cplusplus