summaryrefslogtreecommitdiff
path: root/src/rexmpp_socks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp_socks.c')
-rw-r--r--src/rexmpp_socks.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rexmpp_socks.c b/src/rexmpp_socks.c
index 48046bb..b85b9fd 100644
--- a/src/rexmpp_socks.c
+++ b/src/rexmpp_socks.c
@@ -1,3 +1,11 @@
+/**
+ @file rexmpp_socks.c
+ @brief SOCKS5 connection establishment.
+ @author defanor <defanor@uberspace.net>
+ @date 2020
+ @copyright MIT license.
+*/
+
#include <memory.h>
#include <sys/types.h>
#include <sys/socket.h>