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
A platform independent Java client for Kontalk (http://www.kontalk.org). Includes connectivity to the Jabber network!
5
7
6
8
The desktop client uses your existing Kontalk account from the [Android client](https://github.com/kontalk/androidclient/blob/master/README.md#kontalk-official-android-client). Instructions for exporting the key [here](https://github.com/kontalk/androidclient/wiki/Export-personal-key-to-another-device).
@@ -19,19 +21,28 @@ The desktop client uses your existing Kontalk account from the [Android client](
19
21
20
22
## Key Features
21
23
22
-
- connecting to Kontalk server with an already existing Kontalk account
23
-
- automatically adding XMPP roster entries from server
24
-
- manually adding arbitrary Kontalk or Jabber user
25
-
- automatically requesting/adding public keys for other Kontalk user
26
-
- sending/receiving (encrypted) text messages from/to Kontalk user
27
-
- sending/receiving (plain) text messages from/to arbitrary Jabber/XMPP user (clients like [Pidgin](https://pidgin.im/) or [Conversations](https://github.com/siacs/Conversations))
28
-
- sending/requesting server receipts according to XMPP extension
29
-
- ability to block all messages for specific user
30
-
- receiving files send from the Android client
24
+
Connect with Kontalk...
25
+
- Use the existing Kontalk account from your phone.
26
+
- Synchronized contact list (=XMPP roster).
27
+
- Add new Kontalk users by phone number.
28
+
- The client automatically requests public keys for safe communication.
29
+
- Your communication with Kontalk users is encrypted by default.
30
+
31
+
... and beyond:
32
+
- Exchange text messages with any Jabber/XMPP users!
33
+
- Add new Jabber contacts by JID.
34
+
- Tested with clients like [Pidgin](https://pidgin.im/) or [Conversations](https://github.com/siacs/Conversations).
31
35
32
36
**Note: private key and messages are saved unencrypted and can be read by other
33
37
applications on your computer!**
34
38
39
+
## Implemented XEP features:
40
+
- XEP-0184: Message receipts
41
+
- XEP-0085: Chat state notifications
42
+
- XEP-0191: User blocking
43
+
- XEP-0066: File transfer over server
44
+
- XEP-0084: Avatar images
45
+
35
46
## Support us
36
47
37
48
* If you are missing a feature or found a bug [report it!](https://github.com/kontalk/desktopclient-java/issues)
0 commit comments