Mickaël Rémond

Results 64 comments of Mickaël Rémond

Using pointers, I managed to have a prototype of approach that can further reduce building an IQ with payload, as follows: ```go iq := stanza.NewIQ(stanza.Attrs{Type: "get", To: "service.localhost", Id: "disco-get-1"})...

@genofire Several things to note for upgrade: 1. There is now a stanza package to host parsing and stanza structure. It should help make the project structure more obvious. 2....

It was mostly about moving to the new Go error handling from Go 1.13. This means moving from xerrors to new standard code, but also be more consistent in how...

@wichert Yes, I confirm that the role of postConnect is to perform the post auth operations. However, I agree that adding a few more hooks may be nice. I will...

Yes, adding the context for cancellation would be handy.

Work-in-progress in this branch: https://github.com/FluuxIO/go-xmpp/tree/go-xmpp-47

Ok, I will have a look tomorrow. Thanks !

I indeed confirm I had to use a workaround to import project dependancies for ejabberd. I temporarily did generate a rebar.config file to be able to import project: ``` 1>...

Thanks Alec, that exactly what I need.