在 C# 中使用 SASL ANONYMOUS 连接到 XMPP 服务器
我想使用 SASL ANONYMOUS 连接到 XMPP 服务器。
我可以使用任何可用于商业用途的库。
关于如何执行此操作以及使用什么库有什么建议吗?
我查看了一些库(agsXMPP 和 jabber.net)的文档,但无法弄清楚如何在其中任何一个上进行任何匿名连接。
谢谢!
I want to connect to an XMPP server using SASL ANONYMOUS.
I can use any library that is available for commercial use.
Any advice on how to do this and what library to use?
I've looked into the documentation of some libraries (agsXMPP and jabber.net) and couldn't figure out how to do any anonymous connection on either.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在OnSaslStart事件中你可以选择Sasl匿名机制
in the OnSaslStart event you can select the Sasl anonymous mechanism