aboutsummaryrefslogtreecommitdiff
path: root/include/client/web_socket_client.hpp
diff options
context:
space:
mode:
authorLibravatar buttercat1791 <mjjurkoic@gmail.com>2024-05-14 09:43:25 -0500
committerLibravatar buttercat1791 <mjjurkoic@gmail.com>2024-05-14 09:43:25 -0500
commit5ed5b4a3baec273a9552bbb466d727267eeb8f06 (patch)
treedb6a234d55ec5c32b712212c99219d50c18badb5 /include/client/web_socket_client.hpp
parent4e558f0c63b0f57196d00c8d1c69139633bfce92 (diff)
Add noscrypt and reorganize namespaces
Diffstat (limited to 'include/client/web_socket_client.hpp')
-rw-r--r--include/client/web_socket_client.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/client/web_socket_client.hpp b/include/client/web_socket_client.hpp
index 63fa634..e186e90 100644
--- a/include/client/web_socket_client.hpp
+++ b/include/client/web_socket_client.hpp
@@ -6,6 +6,8 @@
#include <websocketpp/client.hpp>
#include <websocketpp/config/asio_client.hpp>
+namespace nostr
+{
namespace client
{
/**
@@ -72,3 +74,4 @@ public:
virtual void closeConnection(std::string uri) = 0;
};
} // namespace client
+} // namespace nostr