diff src/protocols/jabber/auth.h @ 8296:dd6fe7d965aa

[gaim-migrate @ 9020] committing piecemeal sucks, but filetransfer isn't ready for prime time yet. hopefully this doesn't break anything. this should fix the problems with empty <stream:features/> packets, fix a bug in MUC conferencing, and re-add the option for changing passwords on XMPP servers, until I write the code to actually detect that. Hopefully this compiles, and I didn't break anything. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 19 Feb 2004 14:57:41 +0000
parents 67c4e9d39242
children
line wrap: on
line diff
--- a/src/protocols/jabber/auth.h	Thu Feb 19 14:52:09 2004 +0000
+++ b/src/protocols/jabber/auth.h	Thu Feb 19 14:57:41 2004 +0000
@@ -25,6 +25,7 @@
 #include "jabber.h"
 #include "xmlnode.h"
 
+gboolean jabber_process_starttls(JabberStream *js, xmlnode *packet);
 void jabber_auth_start(JabberStream *js, xmlnode *packet);
 void jabber_auth_start_old(JabberStream *js);
 void jabber_auth_handle_challenge(JabberStream *js, xmlnode *packet);