How can we disable iqCallee on a client? #994
Answered
by
sonnyp
singpolyma
asked this question in
Q&A
-
We are using the client in a bit of a low-level way and having xmpp.js auto-reply to iqs that we already replied to is not helpful. Any way to disable this? |
Beta Was this translation helpful? Give feedback.
Answered by
sonnyp
Sep 22, 2023
Replies: 1 comment
-
Are you using it wrong? https://github.com/xmppjs/xmpp.js/tree/main/packages/iq#callee If you want to disable something; build your own client and remove what you don't want https://github.com/xmppjs/xmpp.js/blob/main/packages/client/index.js |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
singpolyma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you using it wrong? https://github.com/xmppjs/xmpp.js/tree/main/packages/iq#callee
If you want to disable something; build your own client and remove what you don't want https://github.com/xmppjs/xmpp.js/blob/main/packages/client/index.js