trashserver.net was just upgraded with mod_pubsub_serverinfo by @guusdk !
This means our server will be visibly in the XMPP servers map at https://xmppnetwork.goodbytes.im/webgl.html
(or: https://xmppnetwork.goodbytes.im/)
How I got it installed:
ejabberdctl modules_update_specs
ejabberdctl module_install mod_pubsub_serverinfo
Then edit ejabberd.yml and add:
mod_pubsub_serverinfo: {}
to the modules section.
Afterwards, restart:
systemctl restart ejabberd
(restart makes new connections appear in the graph) #ejabberd