Miguel Ángel Ortuño

Results 29 comments of Miguel Ángel Ortuño

I guess the answer is no, but are we aware of any client to test this new CB support? If not, I'm ok to merge it anyway, but just wanted...

👋 hi @UniqueActive This feature was put back in the backlog as other priorities came in. Currently, I've reprioritized it and I hope to have it ready for the next...

Support for websockets isn't a priority at the moment, but I believe many would benefit from having it? Sounds like a feature request! 😃 @borislavone could you be more concrete...

Yeah, definitely! I’m currently working on component interface, and most likely Http upload will be the first implemented one. But from there on, I’ll consider to implement MUC as well....

Sorry, but I think I'm missing some context here. How these vulnerabilities are supposed to affect the project?

Well, this particular feature could be implemented in many ways using XMPP protocol, but for instance _Conversations.im_ uses [xep-0363](https://xmpp.org/extensions/xep-0363.html) to send image files. Sorry, but currently i'm almost completely focused...

Sorry, not yet. I'd like to focus first on stability and feature implementation. Now there are many things moving around and most of the APIs are not definitive. Once we...

Just to clarify, by current memcached client you refer to `github.com/bradfitz/gomemcache` module or some internal interface?

Just took a look and seems like the `memcached` client connection already has a [RW buffer](https://github.com/bradfitz/gomemcache/blob/master/memcache/memcache.go#L177) which is being [reused](https://github.com/bradfitz/gomemcache/blob/master/memcache/memcache.go#L366-L375) on every operation. Maybe be I'm overseeing something or the...