We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let fin = getElementByTagName(message, 'fin', Strophe.Strophe.NS.MAM);
Getting Error getElementByTagName not defined.
The text was updated successfully, but these errors were encountered:
getElementByTagName doesn't exist. There's only getElementsByTagName, note the s.
getElementByTagName
getElementsByTagName
s
Sorry, something went wrong.
@goswamikailash how is this related to the rsm plugin?
As per written in Usage
var fin = getElementByTagName(message, 'fin', Strophe.NS.MAM); var result = getElementByTagName(message, 'result', Strophe.NS.MAM);
getElementByTagName with three argument. There is no method like this.
No branches or pull requests
let fin = getElementByTagName(message, 'fin', Strophe.Strophe.NS.MAM);
Getting Error getElementByTagName not defined.
The text was updated successfully, but these errors were encountered: