diff --git a/jams/client.md b/jams/client.md index b3827693f9c411cdff6e699aa618620484f35ed4..40e684cfcb535d26e7bb49178d5224116462bb20 100644 --- a/jams/client.md +++ b/jams/client.md @@ -1,14 +1,13 @@ # Client guide -This tutorial has instructions on how to connect to the JAMS (Jami Account Management Server) with Jami desktop (GNU/Linux, macOS, and Windows) and Jami mobile (Android and iOS) clients. +This tutorial has instructions on how to connect to the JAMS (Jami Account Management Server) with Jami desktop (GNU/Linux, macOS, and Windows), Jami mobile (Android and iOS), and Jami web clients. For the purposes of this tutorial, it is assumed that: 1. The server and the device attempting to connect are either: * On the same network, or * The server is publicly accessible to the outside world. -1. A valid username/password pair to connect to the server is entered. - +2. A valid username/password pair to connect to the server is entered. ## Connect with desktop clients @@ -26,7 +25,6 @@ The **Jami Account Management Server URL** is the DNS address of the server. The **Username** and **Password** correspond to the account. If a server has been configured with an LDAP/AD backend, the **Username** and **Password** would be the LDAP/AD username and password. - ## Connect with Android clients Jami mobile clients are available for devices for smartphones, tablets, and TVs running the Android operating system. @@ -43,7 +41,6 @@ The **Jami Account Management Server URL** is the DNS address of the server. The **Username** and **Password** correspond to the account. If a server has been configured with an LDAP/AD backend, the **Username** and **Password** would be the LDAP/AD username and password. - ## Connect with iOS clients Jami mobile clients are available for devices for iPhones and iPads running the iOS operating system. @@ -52,10 +49,26 @@ In Jami, open the **Add another account** page.  devices: Step 1") -Select **Connect to account manager**. +Select **Connect to Jami Account Management Server (JAMS)**.  devices: Step 2") -The **Jami Account Management Server URL** is the DNS address of the server. +The **JAMS URL** is the DNS address of the server. The **Username** and **Password** correspond to the account. -If a server has been configured with an LDAP/AD backend, the **Username** and **Password** would be the LDAP/AD username and password. \ No newline at end of file +If a server has been configured with an LDAP/AD backend, the **Username** and **Password** would be the LDAP/AD username and password. + +## Connect with web clients + +Jami web clients run on modern [web browsers](https://en.wikipedia.org/wiki/Web_browser). + +In a web browser [address bar (also location bar or URL bar)](https://en.wikipedia.org/wiki/Address_bar), enter the Jami Account Manager Server URL address. + +If the JAMS administrator has disabled Jami authentication, enter the **Username** and **Password**. + + + +If the JAMS administrator has enabled Jami authentication, the **Jami** or **JAMS** authentication method is required. + + + +Select **Log in**. \ No newline at end of file diff --git a/jams/images/connect-to-jams-with-jami-web-client-authentication-disabled.png b/jams/images/connect-to-jams-with-jami-web-client-authentication-disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..c2992715be5c78035b42e5b136a475369114570b Binary files /dev/null and b/jams/images/connect-to-jams-with-jami-web-client-authentication-disabled.png differ diff --git a/jams/images/connect-to-jams-with-jami-web-client-authentication-enabled.png b/jams/images/connect-to-jams-with-jami-web-client-authentication-enabled.png new file mode 100644 index 0000000000000000000000000000000000000000..354b8018d36515bb4a2d53b0818ba26d2a1eac24 Binary files /dev/null and b/jams/images/connect-to-jams-with-jami-web-client-authentication-enabled.png differ