diff --git a/include/transport/userregistration.h b/include/transport/userregistration.h index 8ce3c9d64e9dc38b86c6e2b4e94ad551d88523ac..e6e614b9304741e4d540025ef178b07a74c14fdc 100644 --- a/include/transport/userregistration.h +++ b/include/transport/userregistration.h @@ -76,6 +76,8 @@ class UserRegistration : public Swift::Responder payload, Swift::ErrorPayload::ref error, const UserInfo &row); void handleUnregisterRemoteRosterResponse(boost::shared_ptr payload, Swift::ErrorPayload::ref error, const std::string &barejid); + boost::shared_ptr generateInBandRegistrationPayload(const Swift::JID& from); + Swift::Form::ref generateRegistrationForm(const UserInfo &res, bool registered); Component *m_component; StorageBackend *m_storageBackend;