PGS
PGS
Hi, Yes points: 1,2,4,5,6,8 and the ARSoft.Tools.Net update look quite good. In principle I also agree with the need to provide an easy way to built custom stanzas, thus public...
No they was some testing pending for this pull request https://github.com/pgstath/Sharp.Xmpp/pull/14 I did not had a chance to verify that it is working. If you have a chance to test...
Yes please do so!
The DNS library was updated. Are you testing from Nuget or the main branch? Can you give it a try with this branch https://github.com/pgstath/Sharp.Xmpp/commit/24445c75426bcd7626558099a35a2a1c367c369d ?
> now the code sets xmpp.jabber.at as the new hostname. and sends an xml stanza with "to:xmpp.jabber.at" element. but thats a hostname thats not known to jabber.at cause it allows...
S22, currently seems not active, I have forked a version at Sharp.Xmpp. However, such an example it not available in either versions.
@sbsrouteur please send me also to me, in PM the library, in order to compare features etc. Is it open source or closed?
There is Sharp.Xmpp, which is a fork of S22.Xmpp actively developed. I have tested agsxmpp extensively, and I actually switched from it to S22. Xmpp because it did not satisfied...
S22.Xmpp and Sharp.Xmpp primarly support host names. There is a pending pull request for Sharp.Xmpp that supports connection with IP Addresses. However, IMO, a much better solution is to hardcode...
Resolving the error is quite simple, on the https://github.com/smiley22/S22.Xmpp/blob/master/Core/Sasl/Mechanisms/SaslDigestMd5.cs file, on line 154, we have string digestUri = "imap/" + fields["realm"]; it should be replaced with string digestUri = "xmpp/"...