Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コンポーネントを使用して ejabberd に接続するか、ポート 5222 に接続するか、新しいポートを作成する必要があるかを教えてください。それを作成する方法に関するガイドはありますか?
各コンポーネントは異なるポートを使用する必要があります。ejabberd config で設定できます。
セットアップはlistenブロックで行われます。例えば :
listen
{5237, ejabberd_service, [{hosts, ["gg.example.org"], [{password, "ggsecret"}]}]},
幸運を!