#include "uri.h"
#include <QtCore/QObject>
#include <functional>
Go to the source code of this file.
|
QUOTIENT_API UriResolveResult | Quotient::visitResource (Connection *account, const Uri &uri, std::function< UriResolveResult(User *, QString)> userHandler, std::function< void(Room *, QString)> roomEventHandler, std::function< void(Connection *, QString, QStringList)> joinHandler, std::function< bool(const QUrl &)> nonMatrixHandler) |
| Resolve the resource and invoke an action on it, via function objects. More...
|
|
UriResolveResult | Quotient::checkResource (Connection *account, const Uri &uri) |
| Check that the resource is resolvable with no action on it. More...
|
|