Click here to Skip to main content
16,005,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Experts,

I am implementing the chat application use Google Talk server and Google Apps account with jabber-net library.
The personal chat function is successful but I don't know how to create chat room function. Please help me a solution to implement chat room function. Do Google talk server support multi user chat service?

Many thanks
Thanh
Posted
Comments
Abhinav S 22-Nov-10 23:41pm    
This statement 'Do Google talk server support multi user chat service' is not very clear. Could you please explain a little bit more as to what you need?

1 solution

Hi,

I found the following bit on http://superuser.com/tags/google-talk/hot:

"It appears that I may need to design my own. There is a Python project named Palaver which implements nearly everything, so it may be that I need to do very little coding: palaver is a multi-user chat component for Jabber and XMPP servers. The intention is to support all features of XEP-0045 as well as the relevant extended discovery features of ... "

Checking this "Palaver" thing out may get you some ideas how to go about doing the same thing in C#.

Cheers

Manfred
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900