From: Christian <cnn...@gm...> - 2021-12-24 14:01:56
|
On Fri, 24 Dec 2021 09:13:55 -0300, Adam Sjøgren via Emacs-jabber-general wrote: > > Christian writes: > > > With wgreenhouse and contrapunctus we were working on porting > > jabber.el into lexical binding, fixing the byte-compiling warnings, > > and fixing the checkdoc errors too. Our aim is to make the library > > available for Emacs 28 and to upload it to MELPA. > > Ah, how very cool! Give it a try! And tell us if you find something wrong! > > > The lexical-binding is complete (or I cann't find any problems). Although, the > > byte-compiling warnings and checkdoc errors are still in progress. > > 👍 > > > Maybe, these repos is what you are looking for: > > > > - https://gitlab.com/cnngimenez/emacs-jabber > > - https://tildegit.org/wgreenhouse/emacs-jabber > > Thanks, I hadn't found any of these, sweet! Well, when we're done uploading the package to MELPA, the repositories would be more organized. At that time, we should decide which one would be registered on the MELPA metadata or if we should create one for that purpose. > > I've hacked together some small improvements over the years - it would > be great to converge somewhere - most notable, for me, the ability to > upload or paste, send and show images. I tried to implement the HTTP-Upload at [1] (XEP-0363), the XEP used by Conversations and Gajim by default to send images and audio. Maybe this is what you mean? For some reason I didn't (or I forgot?) to upload the .el file, but just tangle the jabber-httpupload.org and load the library. The org file has explanations about how does the XEP and the library works. The library should work on Emacs 28. I tested it a little using Conversations as the receiver of the images and the suchat.org server. But, jabber-httpupload.el does not show received images, it has functions to send files only. > > > Best regards, > > Adam Cheers! > > -- > "I am still twitching at the idea that you need to Adam Sjøgren > load code into the kernel in order to re-map a as...@ko... > mouse button." > > > > _______________________________________________ > Emacs-jabber-general mailing list > Ema...@li... > https://lists.sourceforge.net/lists/listinfo/emacs-jabber-general [1] https://gitlab.com/cnngimenez/emacs-jabber/-/blob/http-upload/jabber-httpupload.org |