I haven't actually used Comet. But isn't there a method that's called regularly to update the html? So can't you just record activity in that method?
------------------------------------- Daniel Spiewak<[email protected]> wrote: We're already using the Comet support within Lift quite extensively across the board. There are very, very few pages in our application which do not have a CometActor embedded in them at some level of nesting. Daniel On Jan 12, 12:08 pm, Naftoli Gugenheim <[email protected]> wrote: > You are already using Comet, or just Lift? > > ------------------------------------- > > Daniel Spiewak<[email protected]> wrote: > > I'm looking to implement a user presence feature (think: Facebook or > Gmail chat) in a Lift 1.0 application. Ideally, I would like to avoid > adding extraneous connections. Is it possible to hook into the Lift > Comet heartbeat which is already in use across our system? I've > looked at the source for CometActor, and it's just a little too > obfuscated for me to figure this one out on my own. :-) > > Alternatively, has anyone else implemented this sort of system in > Lift? If so, how did you go about it? Any tips from the well- > informed? > > Daniel > -- > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/liftweb?hl=en. -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
-- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
