diff options
author | onefang | 2022-06-09 12:16:59 +1000 |
---|---|---|
committer | onefang | 2022-06-09 12:16:59 +1000 |
commit | 90586e697889bcf604a9abc758194924f7440e1a (patch) | |
tree | 98ef62a77d72965af1c1b9c7224dc63f8dc1c667 | |
parent | Check user level when authenticating for chat thingy. (diff) | |
download | opensim-SC-90586e697889bcf604a9abc758194924f7440e1a.zip opensim-SC-90586e697889bcf604a9abc758194924f7440e1a.tar.gz opensim-SC-90586e697889bcf604a9abc758194924f7440e1a.tar.bz2 opensim-SC-90586e697889bcf604a9abc758194924f7440e1a.tar.xz |
Additions to footer.html
-rw-r--r-- | example/var/www/html/footer.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/example/var/www/html/footer.html b/example/var/www/html/footer.html index f514fb6..976a363 100644 --- a/example/var/www/html/footer.html +++ b/example/var/www/html/footer.html | |||
@@ -11,13 +11,18 @@ | |||
11 | They should check with the person you listed as vouching for you first. They will tell you after they approve your account.</p> | 11 | They should check with the person you listed as vouching for you first. They will tell you after they approve your account.</p> |
12 | <p>Missing bits that are still being written - editing accounts, listing accounts, deleting accounts.</p> | 12 | <p>Missing bits that are still being written - editing accounts, listing accounts, deleting accounts.</p> |
13 | <h1>Experimental chat thingy</h1> | 13 | <h1>Experimental chat thingy</h1> |
14 | <p>In the bottom right corner is an experimental chat thingy, based on Jabber / XMPP.</p> | 14 | <p>In the bottom right corner is an experimental chat thingy, based on Jabber / XMPP, called converse.js overlayed.</p> |
15 | <p>Click on the 'Toggle chat' button to pop it up, then use your grid user name for the 'XMPP Address:' field. | 15 | <p>Click on the 'Toggle chat' button to pop it up, then use your grid user name for the 'XMPP Address:' field. |
16 | Your user name has to be in the format 'first.last', two words with a dot in the middle. | 16 | Your user name has to be in the format 'first.last', two words with a dot in the middle. |
17 | Then put your grid account password in the 'Password' field and click the 'Log in' button. | 17 | Then put your grid account password in the 'Password' field and click the 'Log in' button. |
18 | <p>Note that the chat windows can be resized by dragging their top or left edges, which I suggest you do, coz the default size is too small.</p> | 18 | <p>Note that the chat windows can be resized by dragging their top or left edges, which I suggest you do, coz the default size is too small.</p> |
19 | <p>You can also use any other Jabber / XMPP client as well. So your JID for other clients is first.last@<!--#echo var="host" --></p> | 19 | <p>You can also use any other Jabber / XMPP client as well. So your JID for other clients is first.last@<!--#echo var="host" --></p> |
20 | <p>Remember this is <b>EXPERIMENTAL</b>, I'll be changing things. Next I'll make it so you don't have to log in to both this chat thingy and the account page separataly.<p> | 20 | <p>Remember this is <b>EXPERIMENTAL</b>, I'll be changing things. Next I'll make it so you don't have to log in to both this chat thingy and the account page separataly.<p> |
21 | <ul>Some other web based clients installed here that you could try (more to come) - | ||
22 | <li><a href="/converse.js/index.html">converse.js fullscreen</a></li> | ||
23 | <li><a href="/converse.js/embedded.html">converse.js embedded</a></li> | ||
24 | <li><a href="/converse.js/mobile.html">converse.js mobile</a></li> | ||
25 | </ul> | ||
21 | <p>P.S. Yes, I hate the default theme to. lol</p> | 26 | <p>P.S. Yes, I hate the default theme to. lol</p> |
22 | </div> | 27 | </div> |
23 | <div class='bottom-left'> | 28 | <div class='bottom-left'> |