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
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,13 @@ For licensing information, see the attached LICENSE file and the list of third-p
10
10
11
11
If you compile the open source software that we make available from time to time to develop your own mobile, desktop or web application, and cause that application to connect to our servers for any purposes, we refer to that resulting application as an “Open Source App”. All Open Source Apps are subject to, and may only be used and/or commercialized in accordance with, the Terms of Use applicable to the Wire Application, which can be found at https://wire.com/legal/#terms. Additionally, if you choose to build an Open Source App, certain restrictions apply, as follows:
12
12
13
-
a. You agree not to change the way the Open Source App connects and interacts with our servers; b. You agree not to weaken any of the security features of the Open Source App; c. You agree not to use our servers to store data for purposes other than the intended and original functionality of the Open Source App; d. You acknowledge that you are solely responsible for any and all updates to your Open Source App.
13
+
a. You agree not to change the way the Open Source App connects and interacts with our servers;
14
+
15
+
b. You agree not to weaken any of the security features of the Open Source App;
16
+
17
+
c. You agree not to use our servers to store data for purposes other than the intended and original functionality of the Open Source App;
18
+
19
+
d. You acknowledge that you are solely responsible for any and all updates to your Open Source App.
14
20
15
21
For clarity, if you compile the open source software that we make available from time to time to develop your own mobile, desktop or web application, and do not cause that application to connect to our servers for any purposes, then that application will not be deemed an Open Source App and the foregoing will not apply to that application.
16
22
@@ -40,6 +46,7 @@ For information about usage and onboarding refer to [Sdk tutorial](docs/APPLICAT
40
46
* Access to the file system to store cryptographic keys and data
41
47
42
48
## Import with
49
+
The latest release is avaliable at [Maven Central](https://central.sonatype.com/artifact/com.wire/wire-apps-jvm-sdk).
Copy file name to clipboardExpand all lines: docs/APPLICATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ class MyWireEventsHandler : WireEventsHandler() {
113
113
}
114
114
```
115
115
116
-
**NOTE**: Your application can simply call `startListening()` and a new thread is created and will keep the Application running and receiving events. To stop it, just close the Application (Cmd+d) or call `stopListening()`
116
+
**NOTE**: Your application can simply call `startListening()` and a new thread is created and will keep the Application running and receiving events. To stop it, just close the Application (Ctrl+C/Cmd+C) or call `stopListening()`
0 commit comments