summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/SASL/DIGESTMD5Properties.h')
-rw-r--r--Swiften/SASL/DIGESTMD5Properties.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swiften/SASL/DIGESTMD5Properties.h b/Swiften/SASL/DIGESTMD5Properties.h
index a92f99b..4d3a4fe 100644
--- a/Swiften/SASL/DIGESTMD5Properties.h
+++ b/Swiften/SASL/DIGESTMD5Properties.h
@@ -7,6 +7,7 @@
#pragma once
#include <map>
+#include <boost/optional.hpp>
#include "Swiften/Base/String.h"
#include "Swiften/Base/ByteArray.h"
@@ -16,6 +17,8 @@ namespace Swift {
public:
DIGESTMD5Properties();
+ boost::optional<String> getValue(const String& key);
+
void setValue(const String& key, const String& value);
ByteArray serialize() const;