NAME
AnyEvent::XMPP::Error::IQAuth - IQ authentication error
Subclass of AnyEvent::XMPP::Error
METHODS
- context
 - 
This method returns either:
iq_errorwhich means that a IQ error was caught, which can be accessed with theiq_errormethod.Or:
no_fieldswhich means that no form fields were found in the IQ auth result. 
AUTHOR
Robin Redeker, <elmex at ta-sa.org>, JID: <elmex at jabber.org>
COPYRIGHT & LICENSE
Copyright 2007, 2008 Robin Redeker, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.