diff options
Diffstat (limited to 'Swiften/Events/SubscriptionRequestEvent.h')
-rw-r--r-- | Swiften/Events/SubscriptionRequestEvent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Swiften/Events/SubscriptionRequestEvent.h b/Swiften/Events/SubscriptionRequestEvent.h index ba3522b..4a998d7 100644 --- a/Swiften/Events/SubscriptionRequestEvent.h +++ b/Swiften/Events/SubscriptionRequestEvent.h @@ -34,6 +34,10 @@ namespace Swift { conclude(); }; + void defer() { + conclude(); + } + private: JID jid_; String reason_; |