No description
Find a file
2026-04-01 18:24:21 +02:00
.idea Added Readme.md 2026-03-31 19:00:54 +02:00
app Removed Foreground Service to keep connection alive (for now) 2026-04-01 18:24:21 +02:00
gradle Alpha 0.3 Release 2026-03-31 18:48:21 +02:00
.gitignore Alpha 0.3 Release 2026-03-31 18:48:21 +02:00
build.gradle.kts Alpha 0.3 Release 2026-03-31 18:48:21 +02:00
gradle.properties Alpha 0.3 Release 2026-03-31 18:48:21 +02:00
gradlew Alpha 0.3 Release 2026-03-31 18:48:21 +02:00
gradlew.bat Alpha 0.3 Release 2026-03-31 18:48:21 +02:00
LICENSE Alpha 0.3 Release 2026-03-31 18:48:21 +02:00
Readme.md Updated README.md 2026-04-01 17:49:42 +02:00
settings.gradle.kts Alpha 0.3 Release 2026-03-31 18:48:21 +02:00

GuckGuckMessenger

Status


Features

  • Login to / Logout from an XMPP Server (e.g, Ejabberd)
  • Sending & Receiving Messages (End-to-End Encrypted with OMEMO & Signal Protocol)
  • Receiving MAM Messages that weren't received & decrypted yet
  • Storing & Loading Chat History (Encrypted SQLite Database with AES256-GCM128-NoPadding, EncryptedKey in AndroidKeyStore - Hidden in Android's Security Container/Trused Execution Environment)
  • Deleting Chat History
  • Searching Messages with /search
  • Clickable Links with Regex Pattern Matching
  • Paging Loading (load last 25 messages, scroll up to load previous 25 messages)
  • Notification when new Message arrives (To hide messages on Lock Screen: Settings -> Notifications -> Notifications on Lock Screen -> Show Sensitive Content)
  • Connection Handler, even while on other apps / system reboot (reconnect on connection loss)