gitextract_pxbzavi7/ ├── .gitignore ├── LICENSE ├── README.md ├── certificate/ │ ├── the-password-is-password │ ├── trudy.cer │ ├── trudy.key │ ├── trudy.pem │ └── trudy.pfx ├── listener/ │ └── listener.go ├── main.go ├── module/ │ ├── module.go │ └── xmpp.go.trudy └── pipe/ └── pipe.go