* XMPP with OMEMO?
@ 2024-12-26 22:52 Christopher Howard
2024-12-27 10:48 ` Jean Louis
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Christopher Howard @ 2024-12-26 22:52 UTC (permalink / raw)
To: Help Gnu Emacs Mailing List
Are there any Emacs XMPP clients out there which support OMEMO? I'd like to give up my Gajim and do my XMPP comms over Emacs, but I don't want to give up OMEMO. The only client I'm seeing on the wiki is JabberEl, which does not support encryption.
--
📛 Christopher Howard
🚀 gemini://gem.librehacker.com
🌐 http://gem.librehacker.com
בראשית ברא אלהים את השמים ואת הארץ
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: XMPP with OMEMO?
2024-12-26 22:52 XMPP with OMEMO? Christopher Howard
@ 2024-12-27 10:48 ` Jean Louis
2024-12-27 23:49 ` W. Greenhouse via Users list for the GNU Emacs text editor
2025-01-02 13:18 ` James Thomas
2 siblings, 0 replies; 7+ messages in thread
From: Jean Louis @ 2024-12-27 10:48 UTC (permalink / raw)
To: Christopher Howard; +Cc: Help Gnu Emacs Mailing List
* Christopher Howard <christopher@librehacker.com> [2024-12-27 01:53]:
> Are there any Emacs XMPP clients out there which support OMEMO? I'd
> like to give up my Gajim and do my XMPP comms over Emacs, but I
> don't want to give up OMEMO. The only client I'm seeing on the wiki
> is JabberEl, which does not support encryption.
Not that I know.
I will support programmer with $100 to whoever makes OMEMO in
jabber.el 🏆表彰
--
Jean Louis
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: XMPP with OMEMO?
2024-12-26 22:52 XMPP with OMEMO? Christopher Howard
2024-12-27 10:48 ` Jean Louis
@ 2024-12-27 23:49 ` W. Greenhouse via Users list for the GNU Emacs text editor
2025-01-02 13:18 ` James Thomas
2 siblings, 0 replies; 7+ messages in thread
From: W. Greenhouse via Users list for the GNU Emacs text editor @ 2024-12-27 23:49 UTC (permalink / raw)
To: help-gnu-emacs
Christopher Howard <christopher@librehacker.com> writes:
> Are there any Emacs XMPP clients out there which support OMEMO? I'd like to give up my Gajim and do
> my XMPP comms over Emacs, but I don't want to give up OMEMO. The only client I'm seeing on the wiki
> is JabberEl, which does not support encryption.
A console XMPP client such as Profanity or Poezio could bebused within
an Emacs terminal (vterm or Eat) as an interim solution.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: XMPP with OMEMO?
2024-12-26 22:52 XMPP with OMEMO? Christopher Howard
2024-12-27 10:48 ` Jean Louis
2024-12-27 23:49 ` W. Greenhouse via Users list for the GNU Emacs text editor
@ 2025-01-02 13:18 ` James Thomas
2025-01-02 16:36 ` Christopher Howard
2 siblings, 1 reply; 7+ messages in thread
From: James Thomas @ 2025-01-02 13:18 UTC (permalink / raw)
To: help-gnu-emacs
Christopher Howard wrote:
> Are there any Emacs XMPP clients out there which support OMEMO? I'd
> like to give up my Gajim and do my XMPP comms over Emacs, but I don't
> want to give up OMEMO. The only client I'm seeing on the wiki is
> JabberEl, which does not support encryption.
I used to use ricrc + bitlbee + lurch (but eventually got bit by
bugs[1]). So have now shifted to purple-presage for the latter (not
XMPP) and life's good again.
1: https://github.com/gkdr/lurch/issues/173 (I think)
--
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: XMPP with OMEMO?
2025-01-02 13:18 ` James Thomas
@ 2025-01-02 16:36 ` Christopher Howard
2025-01-02 19:25 ` James Thomas
0 siblings, 1 reply; 7+ messages in thread
From: Christopher Howard @ 2025-01-02 16:36 UTC (permalink / raw)
To: James Thomas; +Cc: help-gnu-emacs
James Thomas <jimjoe@gmx.net> writes:
> I used to use ricrc + bitlbee + lurch (but eventually got bit by
> bugs[1]). So have now shifted to purple-presage for the latter (not
> XMPP) and life's good again.
Thank you for the info. Could you clarify the relationship between these different components? My understanding so far: Rcirc connects to an IRC connection, provided by bitlbee, which is connected to XMPP network. Lurch appears to be a plugin for providing OMEMO to XMPP. Does bitlbee use lurch, somehow?
--
Christopher Howard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: XMPP with OMEMO?
2025-01-02 16:36 ` Christopher Howard
@ 2025-01-02 19:25 ` James Thomas
2025-01-03 2:52 ` James Thomas
0 siblings, 1 reply; 7+ messages in thread
From: James Thomas @ 2025-01-02 19:25 UTC (permalink / raw)
To: help-gnu-emacs
Christopher Howard wrote:
> James Thomas writes:
>
>> I used to use ricrc + bitlbee + lurch (but eventually got bit by
>> bugs[1]). So have now shifted to purple-presage for the latter (not
>> XMPP) and life's good again.
>
> Thank you for the info. Could you clarify the relationship between
> these different components? My understanding so far: Rcirc connects to
> an IRC connection, provided by bitlbee, which is connected to XMPP
> network. Lurch appears to be a plugin for providing OMEMO to XMPP.
> Does bitlbee use lurch, somehow?
Mostly right. To clarify a little, libpurple (used by bitlbee-purple)
calls lurch to do OMEMO (bitlbee is not directly connected to it).
--
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: XMPP with OMEMO?
2025-01-02 19:25 ` James Thomas
@ 2025-01-03 2:52 ` James Thomas
0 siblings, 0 replies; 7+ messages in thread
From: James Thomas @ 2025-01-03 2:52 UTC (permalink / raw)
To: help-gnu-emacs
James Thomas wrote:
> Christopher Howard wrote:
>
>> James Thomas writes:
>>
>>> I used to use ricrc + bitlbee + lurch (but eventually got bit by
>>> bugs[1]). So have now shifted to purple-presage for the latter (not
>>> XMPP) and life's good again.
>>
>> Thank you for the info. Could you clarify the relationship between
>> these different components? My understanding so far: Rcirc connects
>> to
>> an IRC connection, provided by bitlbee, which is connected to XMPP
>> network. Lurch appears to be a plugin for providing OMEMO to XMPP.
>> Does bitlbee use lurch, somehow?
>
> Mostly right. To clarify a little, libpurple (used by bitlbee-purple)
> calls lurch to do OMEMO (bitlbee is not directly connected to it).
Oh, forgot to mention that I'd used another branch of bitlbee. Details:
https://lists.gnu.org/archive/html/guix-patches/2021-10/msg00563.html
--
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-01-03 2:52 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-26 22:52 XMPP with OMEMO? Christopher Howard
2024-12-27 10:48 ` Jean Louis
2024-12-27 23:49 ` W. Greenhouse via Users list for the GNU Emacs text editor
2025-01-02 13:18 ` James Thomas
2025-01-02 16:36 ` Christopher Howard
2025-01-02 19:25 ` James Thomas
2025-01-03 2:52 ` James Thomas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).