15 #ifndef REGISTRATIONHANDLER_H__
16 #define REGISTRATIONHANDLER_H__
92 virtual void handleRegistrationFields(
const JID& from,
int fields,
93 std::string instructions ) = 0;
99 virtual void handleAlreadyRegistered(
const JID& from ) = 0;
114 virtual void handleDataForm(
const JID& from,
const DataForm& form ) = 0;
122 virtual void handleOOB(
const JID& from,
const OOB& oob ) = 0;
128 #endif // REGISTRATIONHANDLER_H__
A virtual interface that receives events from an Registration object.
virtual ~RegistrationHandler()
The namespace for the gloox library.
This is an abstraction of a jabber:x:oob namespace element or a jabber:iq:oob namespace element as sp...