472,374 Members | 1,248 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,374 software developers and data experts.

Any python based "Live Web Chat Support"

Is there any open source "live web chat support" program or script out
there? Any you can recommend?

Jan 12 '07 #1
1 4125
johnny sayeth, on 01/12/2007 11:11 AM:
Is there any open source "live web chat support" program or script out
there? Any you can recommend?
Why don't you install ejabberd (a Jabber server implemented in erlang)
and install Muckl (http://zeank.in-berlin.de/muckl/), an AJAX client for
multi-user chat (or Jwchat for one on one chat). Both Muckl and JWChat
are embeddable in a web page, as they use just HTML/Javascript, with
some work.

Other than that, if you want to stick to a Python solution, I do believe
Nevow project comes with a live chat demo, which you can customize.

--Kartic
Jan 12 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Howard Jess | last post by:
Given the html at the end of this message, I see how a DOM NodeList exhibits its "live" behavior; that is, adding elements to a document can change any NodeList variables, when there's *no* code...
4
by: Wenhua Zhao | last post by:
a = b | 1 a = b if b != nil else a =1 Is there such expression in python? Thanks a lot!
43
by: Zeng | last post by:
It's so messy w/o the "friend" relationship. Does anyone know why it was not supported in C#. It's almost about as bad as it doesn't support the inheritance hierarchy and method reference...
4
by: John Friedland | last post by:
'printf' has a '%a' conversion for floating-point output: For example, printing '123456' with "|%13.4a|" produces | 0x1.e240p+16| I've looked through Josuttis and the header files, but I...
14
by: W2K3R2admin | last post by:
I cannot open help and support...how do I install it on an existing system? When I click on Help & Support, the error says "Windows cannot open Help and Support because a system service is not...
0
by: Carl J. Van Arsdall | last post by:
Hey python, I want to create a process that would "expire" if it didn't complete in a set amount of time. I don't seem to see any timeout values to pass os.system - does anyone know of a good...
0
by: John Krukoff | last post by:
On Fri, 2008-08-15 at 10:00 -0700, Carl J. Van Arsdall wrote: Well, if you're on unix, the signal module is probably the easiest method: Python 2.5.2 (r252:60911, Jul 31 2008, 15:38:58) on...
9
by: jrod11 | last post by:
I am working on a new project for a company intranet portal. it is based on the dropthings program found here: www.codeplex.com/dropthings I have everything working the way i want and I am ready...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.
0
DizelArs
by: DizelArs | last post by:
Hi all) Faced with a problem, element.click() event doesn't work in Safari browser. Tried various tricks like emulating touch event through a function: let clickEvent = new Event('click', {...
0
by: F22F35 | last post by:
I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.