[prosody-dev] mod_privilege: implementation of XEP-0356 (privileged entity)

2015-04-07 Thread Goffi
presence = "roster"; }, } It's my first Prosody module, and I'm not used to lua neither, so I hope it's not too dirty. I'm starting the implementation of XEP-0355 (namespace delegation) now. For the record, I'm doing all that because we are w

[prosody-dev] Namespace Delegation (XEP-0355): mod_delegation

2015-05-07 Thread Goffi
q:register jabber:iq:roster jabber:iq:time jabber:iq:version msgoffline urn:xmpp:mam:0 urn:xmpp:ping urn:xmpp:time vcard-temp -- Identities: (pubsub/pep) Prosody (server/im) Cheers Goffi -- You received this message because you are subscribed to the Google Groups "prosody-dev" group. To u

Re: [prosody-dev] prosody-modules migration to github

2015-05-29 Thread Goffi
as it is possible today without google account. Oh, and I'm really happy with hg... Thanks :) Goffi On 29/05/2015 05:38, Hugo Osvaldo Barrera wrote: On 2015-05-28 14:52, Guilhem Lettron wrote: Hi everyone, As you should know, code.google.com shutdown pretty soon. I begin to work on a migrati

Re: [prosody-dev] Pubsub features

2015-07-12 Thread Goffi
m/d/optout. Hi Tyler, we are using idavoll a lot (a fork actually), what is your problem with the installation, maybe I can help ? I'm also looking forward to see persistent items in Prosody's native PEP, is there any update on this point ? Cheers Goffi -- You received this m

[prosody-dev] proxy65: buffer size too small ?

2015-11-11 Thread Goffi
I guess I'm not the first one to send a file through prosody proxy with gajim). So if you have any hint on why this limit has been choosed, and if I need to report that to Gajim developers, i would appreciate. Thanks ! Goffi -- You received this message because you are subscribed to the Goo

Re: [prosody-dev] proxy65: buffer size too small ?

2015-11-11 Thread Goffi
Le mercredi 11 novembre 2015, 22:19:26 Goffi a écrit : > G'day, > > I'm currently working on file transfer, and I realized that default minimum > buffer size for proxy65 is 4096 octets. If a client send a bigger one, it > will be disconnected. > > I have

Re: [prosody-dev] proxy65: buffer size too small ?

2015-11-20 Thread Goffi
d, it's the Socks5 client only which is disconnected. So I currently workaround this by setting a 4Kio limit for proxies, which is a reasonable value anyway. Hope this help Cheers Goffi Le mercredi 11 novembre 2015, 22:51:23 Matthew Wild a écrit : > Hi, > > On 11 November 2015 at 21:19

Re: [prosody-dev] proxy65: buffer size too small ?

2015-11-20 Thread Goffi
Le vendredi 20 novembre 2015, 23:22:54 Matthew Wild a écrit : > On 20 November 2015 at 23:15, Goffi wrote: > What version of Prosody are you using? current trunk tip (3c4799467dae) I have the feeling that with a 64Kio chunk size, I sending data too quickly for gajim to read, and a

Re: [prosody-dev] proxy65: buffer size too small ?

2015-11-20 Thread Goffi
Le samedi 21 novembre 2015, 00:04:04 Matthew Wild a écrit : > On 20 November 2015 at 23:42, Goffi wrote: > > Le vendredi 20 novembre 2015, 23:22:54 Matthew Wild a écrit : > >> On 20 November 2015 at 23:15, Goffi wrote: > >> > >> What version of Prosody are y

[prosody-dev] Re: Namespace Delegation (XEP-0355): mod_delegation

2016-07-25 Thread Goffi
Le mercredi 6 juillet 2016 11:06:36 CEST, vous avez écrit : > On Thursday, May 7, 2015 at 10:52:10 PM UTC+1, Goffi wrote: > > G'day, > > > > just for the record I have a working implementation of delegation, which > > allows to delegate some namespaces