Libervia

Libervia is a multi-frontend, multi-purpose XMPP client. It doesn't just focus on instant messaging, and uses the open standard to provide features such as blogging/microblogging, calendar events, file sharing, end-to-end encryption, etc.

This project is funded by NLnet through these subgrants:

Options

programs.libervia.backend.enable

Whether to enable Libervia backend and CLI/TUI clients.

Type:
boolean
Default:
false
programs.libervia.kivy.enable

Whether to enable Libervia Kivy desktop client.

Type:
boolean
Default:
false

Examples

  • Enables manually starting Libervia's backend and the use of its CLI and TUI clients.
    { ... }:
    {
      programs.libervia.backend.enable = true;
    }
    
  • Enables the use of the Kivy desktop client for Libervia.
    { ... }:
    {
      programs.libervia.kivy.enable = true;
    }