Hi,

On Tue, Sep 14, 2010 at 11:10:28AM +0200, Jan Just Keijser wrote:
> >          if (buf_string_match_head_str (&buf, "AUTH_FAILED"))
> >            receive_auth_failed (c, &buf);
> >          else if (buf_string_match_head_str (&buf, "PUSH_"))
> >            incoming_push_message (c, &buf);
> >          else if (buf_string_match_head_str (&buf, "RESTART"))
> >            server_pushed_restart (c, &buf);
> >          else
> >            msg (D_PUSH_ERRORS, "WARNING: Received unknown control 
> >            message: %s",
> > BSTR (&buf));
>
> is the control message stage early enough? that means authentication has 
> been completed, and the client_connect script has been run (or am I 
> mistaken? 

I'm not absolutely sure at what time these messages can be sent.  But
most likely you're right, you want this before running client-connect.

Someone around who fully understands the session flow...?

gert
-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             g...@greenie.muc.de
fax: +49-89-35655025                        g...@net.informatik.tu-muenchen.de

Attachment: pgpKiNolkQAwu.pgp
Description: PGP signature

Reply via email to