summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Piekos <mateuszpiekos@gmail.com>2012-07-02 11:23:59 (GMT)
committerMateusz Piekos <mateuszpiekos@gmail.com>2012-07-02 11:23:59 (GMT)
commitabd00de4a4bb395fd2b66c53c150471e7d8ed8b6 (patch)
tree48bd48eb820e66198715146c5d9b57ee6bee8a0a /Swiften/Whiteboard/OutgoingWhiteboardSession.h
parent975435c14b61b241a8e5890c21c60a5be48c2116 (diff)
downloadswift-contrib-abd00de4a4bb395fd2b66c53c150471e7d8ed8b6.zip
swift-contrib-abd00de4a4bb395fd2b66c53c150471e7d8ed8b6.tar.bz2
Added handling of responses from request IQ
Fixed bug with hanging session requests after one of client crash
Diffstat (limited to 'Swiften/Whiteboard/OutgoingWhiteboardSession.h')
-rw-r--r--Swiften/Whiteboard/OutgoingWhiteboardSession.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swiften/Whiteboard/OutgoingWhiteboardSession.h b/Swiften/Whiteboard/OutgoingWhiteboardSession.h
index 3d0dd1a..5cc0f42 100644
--- a/Swiften/Whiteboard/OutgoingWhiteboardSession.h
+++ b/Swiften/Whiteboard/OutgoingWhiteboardSession.h
@@ -21,5 +21,8 @@ namespace Swift {
virtual ~OutgoingWhiteboardSession();
void startSession();
std::string getClientID() const;
+
+ private:
+ void handleRequestResponse(boost::shared_ptr<WhiteboardPayload> payload, ErrorPayload::ref error);
};
}