Can I find out if I want to use the component to connect to ejabberd, connect to port 5222, or do I need to create a new port? any guide on how to create it?
Each component must use a different port. You can install this in ejabberd configuration.
Tuning occurs with the listen block. For instance:
listen
{5237, ejabberd_service, [{hosts, ["gg.example.org"], [{password, "ggsecret"}]}]},
Good luck
Source: https://habr.com/ru/post/1306930/More articles:Generate PDB files when compiling debug = "false" for ASP.NET files? - asp.netHow to read / write from erlang to named pipe? - erlangTwo foreign keys in one column from one table - mysqlApple Core Foundation License - licensingHow to allow short pages of content to reach the bottom of the browser window, and then a footer should appear - htmlDoes Hibernate support individual associations like pkeys? - javaIE sending multiple cookies with the same name? - internet-explorerConsole Return Prevention - command-lineIndexing a large database using Lucene / PHP - phpJust introducing yourself as TMPing and stumbling into a quirk - c ++All Articles