jackline
jackline copied to clipboard
minimalistic secure XMPP client in OCaml
(rebased from @TealG onto master) see https://github.com/hannesm/jackline/issues/187#issuecomment-374541256 what's needed to be done in order to get this into master...
related to #22 the scenario as it unfolds: avoid presence notifications. this implies that there are no subscriptions (from/both) in the roster. but nevertheless, these buddies should be shown (as...
Please add support of XEP-0479: XMPP Compliance Suites 2023: https://xmpp.org/extensions/xep-0479.html XMPP Compliance Suites: - https://xmpp.org/about/compliance-suites/ Which replaces: - XEP-0459: XMPP Compliance Suites 2022: https://xmpp.org/extensions/xep-0459.html - XEP-0443: XMPP Compliance Suites 2021:...
Had an JID in my roster which never approved or rejected my `/add` because the account did not exist. I was unable to remove the JID with the error message...
It is possible to have a XEPs and RFCs support page with version (XEP-XXXX v1.2)? Examples: - https://github.com/UWPX/UWPX-Client/blob/master/README.md - https://github.com/telldus/xmppjs-client-plugins/blob/master/README.md - https://github.com/ortuman/jackal/blob/master/README.md - https://profanity-im.github.io/xeps.html - https://metronome.im/supported-xeps-list - https://dev.gajim.org/gajim/gajim/wikis/help/GajimXEPSupport - https://github.com/jappix/jappix/blob/master/PROTOCOL.md
Please add support for the new OMEMO XEP: http://xmpp.org/extensions/xep-0384.html OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption: http://conversations.im/omemo/ It offers Forward Secrecy and deniability while allowing...
I am not sure whether the experienced behavior is an 'error' in `jackline` or if this should rather be considered normal behavior (under the circumstances) - so please feel free...
Wanted to send a file path, didn't go through. Not a major bug, just annoying. ;)
I tried compiling jackline on macOS by installing OCaml and following the instructions: ``` opam install jackline The following actions will be performed: ∗ install erm_xml 0.3.1 [required by erm_xmpp]...
The keyboard repetition in the macOS terminal seems not to work correctly. The repetition actually works, but does not appear, e.g. when scrolling through the users roster, the repetition only...