Package rocks.xmpp.extensions.httpauth
Provides classes for XEP-0070: Verifying HTTP Requests via
XMPP.
It defines an XMPP protocol extension that enables verification of an HTTP request via XMPP.
-
Class Summary Class Description HttpAuthenticationEvent This event notifies listeners, when a HTTP authentication confirmation request has been received.HttpAuthenticationManager This manager allows to listen for inbound requests (by an XMPP server) to confirm that the current XMPP user made an HTTP request, i.e. to verify that the HTTP request was in fact made by the XMPP user.