summaryrefslogtreecommitdiff
path: root/src/xmpp/auth.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/auth.hpp')
-rw-r--r--src/xmpp/auth.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xmpp/auth.hpp b/src/xmpp/auth.hpp
new file mode 100644
index 0000000..34a2116
--- /dev/null
+++ b/src/xmpp/auth.hpp
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <string>
+
+std::string get_handshake_digest(const std::string& stream_id, const std::string& secret);
+