Pat Thoyts [Sat, 17 Oct 2020 09:45:13 +0000 (10:45 +0100)]
jcp: reimplemented using hooks. JID stringprep handling
This especially helps doing handlers for iq stanzas.
JID handling requires the use of some stringprep profiles so added
a jid command for matching jids.
Pat Thoyts [Tue, 5 Aug 2008 09:01:43 +0000 (09:01 +0000)]
Modified jcp to handle iq stanzas internally and use a hook registration to permit components to handle specific messages.
Added a testbridge component that can create pseudo-users and join a MUC. It handles basic service discovery.