-
Notifications
You must be signed in to change notification settings - Fork 380
Unnecessary console log #1070
New issue
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
Comments
Hello. After investigating, this is caused by Could we have a version bump? It would be very nice. Thank you. |
Offending function: https://github.com/xmppjs/xmpp.js/blob/v0.13.4/packages/sasl/index.js#L12 |
This is the installed package.json |
what is the status of this? Our logs are filled with unnecessary info, and it's hard to find anything useful there :) |
My application log became full with this information, which happens immediately after the application starts.
I have several different places where I use this library, and everywhere is the same.
<ref *1> Element {
name: 'mechanism',
parent: Element {
name: 'mechanisms',
parent: Element {
name: 'stream:features',
parent: null,
children: [Array],
attrs: [Object]
},
children: [ [Circular *1], [Element], [Element], [Element], [Element] ],
attrs: { xmlns: 'urn:ietf:params:xml:ns:xmpp-sasl' }
},
children: [ 'PLAIN' ],
attrs: {}
} object
<ref *1> Element {
name: 'mechanism',
parent: Element {
name: 'mechanisms',
parent: Element {
name: 'stream:features',
parent: null,
children: [Array],
attrs: [Object]
},
children: [ [Element], [Circular *1], [Element], [Element], [Element] ],
attrs: { xmlns: 'urn:ietf:params:xml:ns:xmpp-sasl' }
},
children: [ 'ANONYMOUS' ],
attrs: {}
} object
<ref *1> Element {
name: 'mechanism',
parent: Element {
name: 'mechanisms',
parent: Element {
name: 'stream:features',
parent: null,
children: [Array],
attrs: [Object]
},
children: [ [Element], [Element], [Circular *1], [Element], [Element] ],
attrs: { xmlns: 'urn:ietf:params:xml:ns:xmpp-sasl' }
},
children: [ 'SCRAM-SHA-1' ],
attrs: {}
} object
<ref *1> Element {
name: 'mechanism',
parent: Element {
name: 'mechanisms',
parent: Element {
name: 'stream:features',
parent: null,
children: [Array],
attrs: [Object]
},
children: [ [Element], [Element], [Element], [Circular *1], [Element] ],
attrs: { xmlns: 'urn:ietf:params:xml:ns:xmpp-sasl' }
},
children: [ 'CRAM-MD5' ],
attrs: {}
} object
<ref *1> Element {
name: 'mechanism',
parent: Element {
name: 'mechanisms',
parent: Element {
name: 'stream:features',
parent: null,
children: [Array],
attrs: [Object]
},
children: [ [Element], [Element], [Element], [Element], [Circular *1] ],
attrs: { xmlns: 'urn:ietf:params:xml:ns:xmpp-sasl' }
},
children: [ 'DIGEST-MD5' ],
attrs: {}
} object
Element {
name: 'challenge',
parent: null,
children: [
'cj00NTY2YjBmYzFlYTIzMDNhZDk1MjhkN2E5NDc4MDg1YzExMjA4Y2FmLTAzZWMtNGUyMS1iNDdkLWQzMWQxZWU4OTZlYyxzPWRBaG94QnI1blE4dTlaYTF4L0FSN1lCNFRtakE4Zjg0LGk9NDA5Ng=='
],
attrs: { xmlns: 'urn:ietf:params:xml:ns:xmpp-sasl' }
} object
The text was updated successfully, but these errors were encountered: