Re: Chat integration

2006-09-01 Thread Marc Oesch
Hello, Thanks for the hint, but I was looking for a chat that runs inside the browser. If the user has install a client, we could use whatever we want. There are a few AJAX and Flash clients for XMPP /Jabber, most still in development. Flash ones don't work well with public Jabber servers beca

Re: Chat integration

2006-08-31 Thread Shehryar Khan
Just recently integrated http://www.instantservice.com/ live chat solution into a WebObjects application. Clicking on a live chat button in the header opens a chat frame at the bottom of the window where contact information (first name, last name) is auto-populated based on the the user lo

Re: Chat integration

2006-08-31 Thread James Cicenia
How about... cough, cough.. a php solution? http://www.phplivesupport.com/ On Aug 31, 2006, at 9:12 AM, Guido Neitzer wrote: Hi Steve. This looks pretty interesting, but we are looking for a solution providing "chatrooms" for our visitors. I didn't make that clear, sorry. Nevertheless, Livep

Re: Re: Chat integration

2006-08-31 Thread Guido Neitzer
Hi Steve. This looks pretty interesting, but we are looking for a solution providing "chatrooms" for our visitors. I didn't make that clear, sorry. Nevertheless, Liveperson looks VERY interesting for other stuff we do here - so I will take a closer look at it. Thanks! cug 2006/8/31, Steve Quir

Re: Chat integration

2006-08-31 Thread Steve Quirk
On Thu, 31 Aug 2006, Guido Neitzer wrote: Hi. We have request to integrate a "chat" in one of our applications and I was wondering whether there are some helping frameworks for components for that task. Has anyone integrated a chat component in a WebObjects application? We use liveperson to

Re: Chat integration

2006-08-31 Thread Andrus Adamchik
True, the browser scenario will be somewhat different (no permanent TCP connection). Still running a standard IM server in the backend, interfacing with a custom webapp may be beneficial in many cases - it provides lots of facilities that you'd otherwise have to write from scratch (depends

Re: Re: Chat integration

2006-08-31 Thread Guido Neitzer
Hi Andrus. Thanks for the hint, but I was looking for a chat that runs inside the browser. If the user has install a client, we could use whatever we want. But thanks, it gave me some interesting ideas. cug 2006/8/31, Andrus Adamchik <[EMAIL PROTECTED]>: On Aug 31, 2006, at 11:25 AM, Guido N

Re: Chat integration

2006-08-31 Thread Andrus Adamchik
On Aug 31, 2006, at 12:56 PM, Ashley Aitken wrote: I never used it with WO, but I wrote a Smack-based XMPP client for Cayenne Remote Object Persistence (aka JavaClient to WO developers). It enables group "chat" between Cayenne apps, i.e. targeted notifications of context changes. Pretty

Re: Chat integration

2006-08-31 Thread Ashley Aitken
Hi Andrus (et al.), On 31/08/2006, at 3:40 PM, Andrus Adamchik wrote: Check out XMPP-based solutions. E.g. http://www.jivesoftware.com/ has open source Java client (Smack) and server (Wildfire). Just be aware that the server component is GPL licensed. If this doesn't fit your needs, you m

Re: Chat integration

2006-08-31 Thread Andrus Adamchik
On Aug 31, 2006, at 11:25 AM, Guido Neitzer wrote: Hi. We have request to integrate a "chat" in one of our applications and I was wondering whether there are some helping frameworks for components for that task. Check out XMPP-based solutions. E.g. http://www.jivesoftware.com/ has open sou