This question does not appear to be about programming within the scope defined in the help center.
Closed 11 years ago.
您能否检查一下您是否没有在用户名末尾添加“@jabber.org”?如果你这样做,那是行不通的。
否则,如果您已经这样做了,您可能需要
尝试使用SASLAuthentication.supportSASLMechanism("PLAIN", 0);
SASLAuthentication.supportSASLMechanism("PLAIN", 0);
之前
在connection.login("username", "password");< /代码>
connection.login("username", "password");< /代码>
Could you check that you are not adding "@jabber.org" at the end of the username? if you do, it will not work.
Otherwise, if you do that already, you may want to try using
before
connection.login("username", "password");
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
您能否检查一下您是否没有在用户名末尾添加“@jabber.org”?如果你这样做,那是行不通的。
否则,如果您已经这样做了,您可能需要
尝试使用
SASLAuthentication.supportSASLMechanism("PLAIN", 0);
之前
在
connection.login("username", "password");< /代码>
Could you check that you are not adding "@jabber.org" at the end of the username? if you do, it will not work.
Otherwise, if you do that already, you may want to try using
SASLAuthentication.supportSASLMechanism("PLAIN", 0);
before
connection.login("username", "password");