Sonny Piers

Results 456 comments of Sonny Piers

@lifeanddeath I'd be happy to accept/help with a contribution

@BendingBender would love to have them and would really appreciate the contributions. However I don't think xmpp.js is quite ready for that, some changes might be coming up. Going on...

I would be open to proceed with this but my knowledge of TypeScript is limited to using it and I expect in-depth knowledge will be required for xmpp.js type definitions....

There are ways to do that now but requires writing custom code. I'm open to having such feature built-in. There are multiple paths where TLS can be used: * [direct...

I will consider re-opening if you make the effort to explain what it is you're reporting.

> the client hangs and waits until the connection times out before continuing. For how long? If they don't have any HTTP service, there shouldn't be any hang – just...

@ShadowRanger it is very easy to do yourself: ```js const roster = await xmpp.iqCaller.get(xml('query', 'jabber:iq:roster')) console.log(roster.getChildren('item', 'jabber:iq:roster')) ``` But anyway, this is on my radar (and on my hard drive...

> You definitely need the ability to both subscribe and unsubscribe at any point in time. I'm not convinced, do you have use cases in mind? XMPP is stateful, from...