SASLError using PLAIN: not-authorized

SASLError using PLAIN: not-authorized

Hi,

While connecting the ejabbered following error is coming:

SASLError using PLAIN: not-authorized

Thanks

View Answers

February 15, 2016 at 9:52 AM

Hi,

I was able to resolve the issue with the following code:

    configBuilder.setSecurityMode(SecurityMode.disabled);
    SASLAuthentication.unBlacklistSASLMechanism("PLAIN");
    SASLAuthentication.blacklistSASLMechanism("DIGEST-MD5");

I checked my user name was containing the domain name. So resolve this error remove the domain name from username.

Thanks









Related Tutorials/Questions & Answers:
SASLError using PLAIN: not-authorized
SASLError using PLAIN: not-authorized  Hi, While connecting the ejabbered following error is coming: SASLError using PLAIN: not-authorized Thanks   Hi, I was able to resolve the issue with the following code
using array
using array  transpose a matrix
Advertisements
using array
using array  transpose a matrix
using prompt
using prompt  how to use prompt
using array
using array  column wise total of a matrix
using function
using function   using a function to find the value of v from the foiiowing expression 1v=1u+1*f
using array
using array  Circular left shift array element by one position
using array
using array  Circular left shift array element by one position
using array
using array  read 10 digit number and display (star
using array
using array  display 10 digit number using array and print pyramid. 1 1 1 1 1 1 1 1 1 1 1 1
Using Ajax
Using Ajax  Hi, How I can use Ajax in web programming? Tell me any example which using Ajax to call server side script? Thanks   Hi, Here are examples: PHP Ajax and Database First Ajax Example Getting Started
using for loop
using for loop  what will be the source code of the program that the output will be printing all numbers that is divisible by 3 and 5 sample output: 3 is divisible by 3 5 is divisible by 5 6 is divisible by 3 9 is divisible by 3
using function
using function  write a program using function overloading to accept any sentence and print vowels and consonants sepratly   Here is an example that accepts a sentence from the user and display the vowels and consonants
using iReport
using iReport  Hello sir, I am using iReport3.0 and then i am calling the .jrxml file in jsp but i got the error.My JSP code is as below and after the jsp code i have placed the error code Thanks in advance: &lt
using constructor
using constructor  all constructor for matrix class?   The given code implements the Matrix class and show the addition of two matrices. public class Matrix{ int M; int N
using eval in Java
using eval in Java  using eval in Java
report generation using jsp
report generation using jsp  report generation coding using jsp
delete an entry using JavaScript
delete an entry using JavaScript  How to delete an entry using JavaScript
Date object using JavaScript
Date object using JavaScript  What's the Date object using JavaScript
Image Movement using Swings
Image Movement using Swings  How to move image using Swings
why using static keyword
why using static keyword  why using static keyword
Using throw in java method
Using throw in java method  using throw with method implies what
write a programm using java
write a programm using java  print the following using java programming
string palindrom using vbscript?
string palindrom using vbscript?  string palindrom using vbscript
Is JSF using JSP?
Is JSF using JSP?  Is JSF using JSP
A Java Program by using JSP
A Java Program by using JSP  how to draw lines by using JSP plz show me the solution by using program
survey poll using java
survey poll using java  how to make a survey poll using java? i am using netbeans and glassfish
java code using swings
java code using swings  code that should be able to enter data of student details using all swings into the access database using jdbc connectivity
Using the Validator framework in struts
Using the Validator framework in struts   What is the Benefits of Using the Validator framework in struts
maximize an image using javaScript
maximize an image using javaScript  Write the code to maximize an image using javaScript
RARP program using java
RARP program using java   hai, how to implement the RARP concept using java
avoid using the whole URL
avoid using the whole URL  How can I avoid using the whole URL
xls to js using javascript
xls to js using javascript  ![how can we convert a xls file in js file using javascript][1
generate charts using JSP
generate charts using JSP  any one know coding for generate bar chart or pie chart using JSP
ScatterPlot using jsp
ScatterPlot using jsp  hi, can anybody provide me code for ScatterPlot using jsp. thanks
AutoCompleteField using JTextArea
AutoCompleteField using JTextArea  How to create an AutoCompleteField in java such as username field using JTextArea
validate parameter before using it
validate parameter before using it   How to validate the parameter before using it in JSP
Android using database
Android using database  How to Add,delete,modify the contact name,address,phone no into the database using android coding
stack using linked list
stack using linked list  how to implement stack using linked list
timer using javascript
timer using javascript  How to display timer on HTML page using JavaScript
using random number
using random number  generate a 10 digit number using random number and display the length of longest increasing series
create a form using struts
create a form using struts  How can I create a form for inputting text and uploading image using struts
tree using jsp code
tree using jsp code  i want to draw a tree structure of a family hierarchy using jsp code
About hibernate using struts
About hibernate using struts  what are the advantages are occured when using struts in hibernate? what are the inconvenient occur in hibernate using struts in hibernate? how they are overcome? if any another solutions
using for loop in javascript
using for loop in javascript  How to use for loop in JavaScript
mini project using eclipse
mini project using eclipse  please send me the steps to design online examination system using eclipse,,,,b fast
using regular expression
using regular expression  How can we extract string 'abc.com ' from a string http://[email protected] using regular expression of php
ApplicationDevelopment Using Google Map
ApplicationDevelopment Using Google Map  I want application using google map please guide me how can i develop
upload video using php
upload video using php  How to upload a video on MYSQL Server using PHP Code..? Can any one provide me an example
insert image using hibernate
insert image using hibernate  Sir, Today I hadposted question regarding upload image, th answer you had given is using SQL, but I am using Hibernate to insert data in the same table where I want to insert image. Plz hlp me

Ads