diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-09-28 18:31:42 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-09-28 18:55:54 (GMT) |
commit | 4751153973b9973c23d9abff493f3b584cde42ce (patch) | |
tree | 813a800ebbb16d2dc7365bc9435b3dc3b9e6a02d /Swiften/Jingle/JingleSessionManager.h | |
parent | bab047c1bef2936124db1346863a902e1064af12 (diff) | |
download | swift-contrib-4751153973b9973c23d9abff493f3b584cde42ce.zip swift-contrib-4751153973b9973c23d9abff493f3b584cde42ce.tar.bz2 |
Make FTManagers independent of account JID.
Diffstat (limited to 'Swiften/Jingle/JingleSessionManager.h')
-rw-r--r-- | Swiften/Jingle/JingleSessionManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Jingle/JingleSessionManager.h b/Swiften/Jingle/JingleSessionManager.h index 50c429b..b4f2846 100644 --- a/Swiften/Jingle/JingleSessionManager.h +++ b/Swiften/Jingle/JingleSessionManager.h @@ -30,7 +30,7 @@ namespace Swift { void registerOutgoingSession(const JID& initiator, JingleSessionImpl::ref); protected: - void handleIncomingSession(const JID& initiator, JingleSessionImpl::ref, const std::vector<JingleContentPayload::ref>& contents); + void handleIncomingSession(const JID& initiator, const JID& recipient, JingleSessionImpl::ref, const std::vector<JingleContentPayload::ref>& contents); private: IQRouter* router; |