go-xmpp icon indicating copy to clipboard operation
go-xmpp copied to clipboard

Go XMPP Library (From Yasuhiro Matsumoto and based on the code from Russ Cox)

Results 22 go-xmpp issues
Sort by recently updated
recently updated
newest added

I am using "github.com/xmppo/go-xmpp" package then error I face is auth failure: SASL negotiation is not allowed in this state. But While I am using "github.com/mattn/go-xmpp" is working . Please...

Please add support of XEP-0479: XMPP Compliance Suites 2023: https://xmpp.org/extensions/xep-0479.html XMPP Compliance Suites: - https://xmpp.org/about/compliance-suites/ Which replaces: - XEP-0459: XMPP Compliance Suites 2022: https://xmpp.org/extensions/xep-0459.html - XEP-0443: XMPP Compliance Suites 2021:...

This package is working fine but sometimes random errors are occur while making client . Most of time they occur when multiple users sends messages. err : expected success or...

I am using a slightly modified version of your example code (go-iconv doesn't work on my version of Mac OS X but github.com/djimenez/iconv-go does work => my UTF8 conversion functions...

Two successive Recv's will not succeed. Send'ing and Recv'ing must alternate, which is obviously less than ideal :-).

Using a node library I can connect to an olark xmpp client. With golang and the same credentials I get ``` (*errors.errorString)(0xc42003c060)(EOF) ``` The options I'm using are ``` opts...

hi, I wasn't able to find them, could you please suggest something that supports XEP-0124, XEP-0206? what's I've found is only @SamWhited implementation https://bitbucket.org/mellium/bosh/src

It is possible to have a XEPs and RFCs support page with version (XEP-XXXX v1.2)? Examples: - https://github.com/UWPX/UWPX-Client/blob/master/README.md - https://github.com/telldus/xmppjs-client-plugins/blob/master/README.md - https://github.com/ortuman/jackal/blob/master/README.md - https://profanity-im.github.io/xeps.html - https://metronome.im/supported-xeps-list - https://dev.gajim.org/gajim/gajim/wikis/help/GajimXEPSupport - https://github.com/jappix/jappix/blob/master/PROTOCOL.md

While I saw that there has already been work done in regard to [XEP-0373/-0374: GPG](https://github.com/xmppo/go-xmpp/issues/113), I believe it might nevertheless make sense to have [XEP-0384](https://xmpp.org/extensions/xep-0384.html) support. From a purely client-side-perspective...