diff --git a/include/transport/userregistration.h b/include/transport/userregistration.h index 3a34480b90223a5508777e90fcdd2ce24e176ed5..32299f09ce0e16cfdfa51a556e324ade07e5ba53 100644 --- a/include/transport/userregistration.h +++ b/include/transport/userregistration.h @@ -70,6 +70,8 @@ class UserRegistration : public Swift::Responder payload); virtual bool handleSetRequest(const Swift::JID& from, const Swift::JID& to, const std::string& id, boost::shared_ptr payload); + + void handleUnregisterRemoteRosterResponse(boost::shared_ptr payload, Swift::ErrorPayload::ref error, const std::string &barejid); Component *m_component; StorageBackend *m_storageBackend;