You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget https://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_4_6_4.tar.gz
tar -xf openfire_4_6_4.tar.gz
cd openfire
./bin/openfire start
# setup at localhost:9090 - we need to automate his
The text was updated successfully, but these errors were encountered:
Hey, feel free to ping me about Openfire issues (I'm a core contributor)
To start a pre-provisioned version of Openfire, use ./bin/openfire.sh -demoboot. That will start Openfire using the embedded database, configured to use a domain named example.org, with an administrative account that uses as its credentials admin/admin and two users accounts: john/secret and jane/secret
Likewise, if you can tell me how to run e2e tests, I can see if we can add those to the suite of tests that we run in Openfire's CI.
Right now we only run integration tests against prosody.
Would be neat to run them against at least openfire, ejabberd and maybe jackal
Priority would be openfire because of #914
Also, openfire is trivial to use
The text was updated successfully, but these errors were encountered: