-
Notifications
You must be signed in to change notification settings - Fork 377
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
Intercept all incoming S2S stanzas #366
Comments
@smokku as you've seen The alternative is to maintain Let me know which way you'd prefer and we can discuss it. |
I would gladly help. Any TODO? Pointers? Flow? |
@smokku give me a couple of days to think about it and put everything in order I tried to add you to my XMPP roster but didn't get a handshake yet, is your JID on your personal website up to date? |
I am rarely online. Please try again. :) |
node-xmpp is now deprecated |
I'd like a way to process all incoming S2S stanzas at central point, not having to
Router.register
every domain separately.So far I do it by monkey-patching
DomainContext.prototype.receive
, but this is a brittle solution.I would gladly code a PR, but first I would like to discuss a preferred solution.
I noticed "Define and implement a simple/basic 'plugin' mechanism (catch in/out stanzas)" on Roadmap - should this wait until this feature is implemented?
The text was updated successfully, but these errors were encountered: