A CLI XMPP client with OMEMO encryption written in GO
To login in the main page as a client :
To login in the main page as the server :
The xmlcoms directory has been moved to: https://github.com/Vacheprime/xmlcoms
The omemo library is in: https://github.com/davidmuradov/omemo
This library is a work in progress
The default colors used are the ones from the "Nord" color palette. Eventually, there will be options to change the colors from within Falcon.
To get 24bit colors (directcolor aka truecolor) in the terminal, users should set the COLORTERM environment variable to "truecolor" or "24-bit" or "24bit" according to the tcell documentation.
Create max sending messages box height so that the sending messages box does not take over the box where messages are received (TESTING)
Calculate max sending messages width on screen resizes (TESTING)
Fix bug where initial sending messages width does not calculate properly (TESTING)
Implement xmlcoms to locally send messages (IN PROGRESS)