The chat tag has no wiki summary.
0
votes
1answer
92 views
ejabberd send group message
I have ejabberd setup with a few shared rosters ("groups"). I need to be able to send messages to the entire group. I was able to do this with the built-in announce mod by sending a message to ...
0
votes
1answer
428 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;
...
0
votes
1answer
65 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 ...
0
votes
0answers
147 views
Samba passwd program not working
I am trying to use the smb.conf option "passwd program" to change our internal passwords (they are in a different database) when using the Windows "change password" function.
Here is a brief overview ...
0
votes
0answers
56 views
Wear and tear on server hard drive from filesystem polling by PHP script
So I'm working on a discussion platform, and various clients will visit http://host/thread.php, which will render the discussion thread to date in addition to a form to submit a new post. When a new ...
0
votes
0answers
201 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 ...
