Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit 1f15e9f

Browse files
author
Barry de Graaff
committed
rebuilding jar for Zimbra 9
1 parent f467d76 commit 1f15e9f

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Rocket Chat is designed to be deployed on Docker or Ubuntu Snap, which is really
2424
## This Zimlet supports optional auto-login to Rocket using the Rocket API
2525
This Zimlet can automatically log your users on to Rocket chat and even automatically create new users on Rocket chat. That way you only need to maintain the user accounts on Zimbra (full integration). Or you can maintain your Rocket accounts via LDAP or manually, but still log them on automatically (logon-only integration). Or you can just deploy only the Zimlet and let the user decide on the authentication (basic integration).
2626
1. **Full integration**
27-
For this you need to set-up the Java server extension copy it from https://github.com/Zimbra-Community/zimbra-rocket/releases to /opt/zimbra/lib/ext/rocket/extension.jar then create a text file /opt/zimbra/lib/ext/rocket/config.properties with the contents:
27+
For this you need to set-up the Java server extension copy it from https://github.com/Zimbra-Community/zimbra-rocket/releases to /opt/zimbra/lib/ext/rocket/rocket.jar ( and make sure this is the only jar in this folder) then create a text file /opt/zimbra/lib/ext/rocket/config.properties with the contents:
2828

2929
adminuser=adminUsername
3030
adminpassword=adminPassword
Binary file not shown.
Binary file not shown.
Binary file not shown.

extension/rocket.jar

31.6 KB
Binary file not shown.

extension/src/tk/barrydegraaff/rocket/Rocket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOExc
215215
paramsMap.put(subParam[0], subParam[1]);
216216
}
217217
} else {
218-
responseWriter("ok", resp, null);
218+
responseWriter("Configure the Zimlet to complete the installation.", resp, null);
219219
return;
220220
}
221221

0 commit comments

Comments
 (0)