mux: let ServeMux match on each stanza type differently #25

Closed
opened 2020-02-17 20:57:22 +00:00 by SamWhited · 0 comments
Owner

The previous proposal to create an IQ mux ended up being cumbersome to use in practice, and still didn't provide an easy way to handle messages or presence (the idea was to handle these in a future proposal). This proposal will handle all of the above and unify the IQ mux and other stanza handlers into the ServeMux type.

Design doc: https://mellium.im/design/25_stanzamux

The previous proposal to create an [IQ mux] ended up being cumbersome to use in practice, and still didn't provide an easy way to handle messages or presence (the idea was to handle these in a future proposal). This proposal will handle all of the above and unify the IQ mux and other stanza handlers into the `ServeMux` type. **Design doc:** https://mellium.im/design/25_stanzamux [IQ mux]: https://mellium.im/design/18_iqmux
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mellium/xmpp#25
No description provided.