Hello, how are you writing your prosody modules? I am trying to write a prosody module by reading other modules to get which function or variables exists. Is this true approach and what is yours?
local url = require “socket.url”;
url.
I copied /usr/lib/prosody from Docker container to the host, my expectation was to see functions or variables after typing “url.”
Thanks.