Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
18 views

ejabberd run two mod_muc's

I want to be able to create mod_muc_room's with different history_size's? Some rooms are used for games, and the history could be used quite elegantly to hold state. Problem is, if I set the ...
0
votes
1answer
120 views

Which is the best server for Ajax Long Polling [closed]

I have a question about the server choice.. I am developing a php/mysql chat application... where around 1000 users would be online at a time and sending messages to each other. For this, i have ...
0
votes
0answers
54 views

Web-based group chat server. Any ideas? [closed]

Well, the title covers it. We tried the Moodle chat last night, but after the first dozen or so users, it would become slower and slower until it became completely non-functional. The whole web server ...
0
votes
1answer
142 views

Does ejabberd support audio/video calls?

My server is running Ubuntu and I have installed ejabberd as one of the famous xmpp servers in order to organize chatting system. Ejabbered is working fine with text messages, but I would like to know ...
0
votes
0answers
97 views

AJAX chat client for Cisco WebEx Connect

I'm working on creating a chat client that is supposed to interface with Cisco's WebEx Connect IM. I'm using Cisco's CAXL library and I got it to work with gchat, which seemed a reasonable XMPP ...
0
votes
1answer
86 views

Our own custom IRC network in our Linux server instance

Our company needs a secure chat server. Typically a closed, protected and secure IRC network. Is it possible to set it up just like we set apache or any other server software on our own server ...
0
votes
0answers
48 views

Information on Red5chat

Does anyone know where to find any detailed information on Red5chat? I'm primarily looking for installation instructions, but I'd also like information on the project itself. It seems like the project ...
0
votes
0answers
125 views

Nginx & long poll: Best practices to reduce memory and bandwidth footprint

I use nginx in this mode for BOSH and chat clients along with gzip. location ~* /http-bind/ { proxy_buffering off; keepalive_timeout 55; access_log off; tcp_nodelay on; ...
1
vote
1answer
190 views

IRC: Restricting all user functionality, until authentication. (Inspircd)

We're trying to move our team group chats from Skype group IM, to our own IRC implementation. We're running Inspircd, and I have a question. The best case scenario is not allowing any user activity ...
0
votes
2answers
524 views

Best lightweight linux IRC server for a team

I'm looking for suggestions for an extremely lightweight IRC server for linux. It does not need a bunch of features or bloat. It's is for just our internal team (50- people), and small footprint is ...
2
votes
1answer
474 views

Is there an IRC server/client that supports integration with Active Directory?

I want to create an IRC server (or some other chat server) for our developers to be able to communicate in a chat room style environment. After doing some searching, I haven't found any solution that ...
5
votes
1answer
304 views

StackExchange/campfire like chat app or server

So I spend a lot of time at the Comms Room here in the SF chat, and I absolutely love the interface. It's a proprietary software, so, anyone know any open or free alternative that even begins to look ...
2
votes
1answer
39 views

ytalk - how to make it display in columns instead of rows?

I use ytalk on one of my servers for training purposes (only local users can connect) - so that a shared shell sessions can be opened (a la screen -x) and comments can be added while a session is ...
1
vote
3answers
497 views

Intranet Chat Server - for closed office network

We have a closed office network, and our company has grown to the point where we could use some chat capabilities in house. Preferably, the server should be able to support protocols that could enable ...
1
vote
2answers
2k views

System architecture of Cam Chat Websites (tinychat, omegle, cam4)

Do anybody know what kind of system architecture is behind Websites like tinychat, omegle, cam4, chatroulette? And how much bandwith is needed per connection? If I'm not wrong they use some video ...
2
votes
4answers
502 views

Find out why Linux chat script for ppp connection fails

I'm having trouble making a ppp connection over a GSM Modem. The Platform is an ARM based embedded device, running Debian Linux 5. The scripts worked before with this device, but not with the new ...
0
votes
1answer
54 views

Video Chat going through a server

I'm trying to build a simple video chat client on the mac as a little project and I want it to be able to go over my own little server and arrive at the other end (so going over the internet rather ...
2
votes
1answer
297 views

How to disable user unsetting chat history via Google Talk

We are using Google Apps standard edition with 50 users and as an administrator I would like all users (mostly teenage students) chat information / history to be stored in their chats folder in their ...
1
vote
1answer
282 views

Office Communicator 2007 (MOC): How to make chat history visible to newcomers

How can someone who joins an existing Microsoft Communicator chat see the history of what has gone before? For example: Larry: [describes problem] Moe: [enhances problem] Curly: We should ask ...
3
votes
4answers
212 views

Internal Use Chat/Desktop Platform

I did some looking, but I didn't see a SF question directly related to this. I need to find a platform for internal/LAN use only for chat and desktop sharing. We got a lot people having to get up and ...
1
vote
1answer
2k views

Blocking chat in gmail website with SonicWALL TZ 180 Enhanced OS

We have a SonicWALL TZ 180 with Enhanced OS. We want to block the chat web app within gmail's site, but not block the whole gmail site. I've turned IPS on, and all IM to prevent. Any ideas? I've ...
0
votes
1answer
306 views

Office communicator voice chat

My company recently mandated a switch from Skype to Office Communicator for IM / voice chat. While Skype was never the be all and end all of VOIP, it was at least usable. With Communicator, if one ...
4
votes
3answers
3k views

Open source jabber based website “live chat” / “live help” system?

I don't know if this belongs on SF, SU or SO... let's try SF first. I'm looking for a "live help" system for website which uses Jabber/XMPP as a backend... so that website visitors could click a ...
2
votes
0answers
781 views

private conference server with jabberd-1.4.3 and jabber-muc

Debian lenny, jabber-1.4.3-3.4, jabber-muc-0.6.0-2.1. I've got jabberd set up on a server that has a public IP (ie. it's not just an in-house box). Muc is working well, can create rooms, logging ...
2
votes
4answers
558 views

Monitorable Inter-company Messaging and XMPP Server on FreeBSD

We are looking to give access to some of our employees to chat with each other - however we are worried about them abusing the privilege and chatting we friends outside work. We have decided to deploy ...
0
votes
1answer
239 views

Can users connect to Moodle Chat with an IRC client?

Moodle is an interesting Learning Management System. One of the tools it offers is a chat session. I don't know how it works under the hood, but the provided front-end is a weak javascript tool. Is ...