[Vortex] connection & channel creation sequence
Robert M. Münch
robert.muench at robertmuench.de
Sun Apr 20 13:02:01 CEST 2008
On Wed, 16 Apr 2008 16:52:05 +0200, Jens Alfke <jens at mooseyard.com> wrote:
> I believe the BEEP protocol specifies that the peers tell each other
> their supported profiles immediately after opening the connection.
>
> In other words, you have to register profiles beforehand.
Hi Jens, that's a very good informaiton. Seems I have overread this part
in the RFC document. And yes, I haven't done so on the client side.
> What I do is register every profile I know how to handle, right after
> I initialize Vortex; if I don't want to support all those profiles in
> all connections, I implement the callback (I forget which one) that
> allows a connection to specify whether it supports a particular profile.
I see. I will follow this pattern as well. Init and than registering all
profiles. Thanks for the feedback. Robert
More information about the Vortex
mailing list