Fork of Dino XMPP client with additional features
Go to file
2024-03-26 11:22:55 +03:00
.github/workflows Added flatpak autobuild (#19) 2024-03-22 12:52:36 +03:00
cmake Added full Windows support (#8) 2024-03-18 22:51:50 +03:00
crypto-vala meson: Add crypto-vala library 2023-10-06 15:25:12 +02:00
libdino Skip duplicate invites for active conversations 2024-03-25 17:06:44 +03:00
main Introduce conversation menu, add close option 2024-03-26 11:22:55 +03:00
plugins Add gap to ringing and dialing sounds 2024-03-19 12:15:52 +03:00
qlite meson: Install more stuff 2023-10-06 15:25:12 +02:00
shared-modules@d0229951ac Add shared modules to use libcanberra in Flatpak 2024-03-19 13:00:22 +03:00
windows-installer Added full Windows support (#8) 2024-03-18 22:51:50 +03:00
xmpp-vala Added support for changing password (#9) 2024-03-19 11:31:57 +03:00
.gitignore Added flatpak autobuild (#19) 2024-03-22 12:52:36 +03:00
.gitmodules Add shared modules to use libcanberra in Flatpak 2024-03-19 13:00:22 +03:00
build-flatpack.sh Added flatpak autobuild (#19) 2024-03-22 12:52:36 +03:00
build-win64.sh Added full Windows support (#8) 2024-03-18 22:51:50 +03:00
CMakeLists.txt Phone ringing and dialing 2024-03-19 12:02:40 +03:00
configure configure: fix typo (VALACFLAGS) (#1550) 2024-03-02 13:30:25 +01:00
dino.doap Add missing since to DOAP 2023-03-20 15:53:53 -06:00
dino.doap.in Add missing since to DOAP 2023-03-20 15:53:53 -06:00
im.dino.Dino.json Add shared modules to use libcanberra in Flatpak 2024-03-19 13:00:22 +03:00
LICENSE Update license text (#1186) 2022-01-29 15:46:37 +01:00
meson.build rtp plugin doesn't depend on GnuTLS 2023-11-13 22:27:50 +01:00
meson_options.txt meson: Add RTP options that are also present in the CMakeLists.txt 2023-10-06 15:25:12 +02:00
README.md Added up-to-date information about the fork (#11) 2024-03-19 17:23:48 +03:00

This is Dino+
A modern XMPP/Jabber client software, based on Dino

screenshots

Project description

Dino+ is a fork of Dino, a modern XMPP/Jabber client written in Vala using GTK+, which includes a few relatively minor but important quality-of-life features.

It was created due to upstream project's maintainers being seemingly unwilling to accept PRs from the community. As of March 2024, there are over 50 PRs pending, most of which are silently ignored.

Some of the features that Dino+ implements:

  • Windows support
  • Chat history "scroll-to-load" (both for 1-on-1 chats and MUCs), much like Conversations and Gajim
  • Forced MAM sync for MUCs
  • Password change via GUI
  • Some additional QoL-features

What's currently in the works:

  • Migrate build to Meson
  • Fixes for sound notifications on KDE and some GTK-based platforms
  • MacOS support for Mac silicon

Dino+ is currently to be considered an alpha-quality product. Please open an issue or send a PR if you find or fix any issues.

OS support

  • Linux (flatpaks are targeted for Ubuntu 22.04+)
  • Windows 10\11

We only support 64 bit platforms.

Installation

Have a look at our releases.

Build on Linux

Make sure to install all dependencies.

./configure
make
build/dino

Build on Windows (x86_64)

  • Install and configure the MSYS2 package;
  • Go to MINGW64 environment;
  • Clone project:
    git clone https://github.com/mxlgv/dino && cd dino
    
  • Run the script to install dependencies:
    ./build-win64.sh --prepare
    
  • Start the build (the builded distribution is available in the windows-installer/dist-win64 folder):
    ./build-win64.sh
    

Note: the build script has some other options, their description can be found using the --help.

Build Windows Installer (NSIS)

Before this, you must build the project according to the instructions above. It's worth making sure that windows-installer/dist-win64 is not empty. Now you should run:

./build-win64.sh --build-installer

Resources

  • Original project's website.
  • Dino's chat room chat@dino.im (please don't post there any issues related to this fork!)
  • The upstream project's wiki provides additional information.

Contribute

  • Pull requests are welcome!
  • Look at how to debug Dino before you report a bug.
  • Help translating Dino into your language.

Special thanks

We'd like to thank all of the contributors whom provided the PRs used in this project.

We also recognise the previous efforts of LAGonauta without whom Windows build wouldn't be available.

License

Dino+, a modern XMPP/Jabber client software based on Dino
Copyright (C) 2016-2023 Dino contributors
Copyright (C) 2024 Dino+ contributors

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.