I\'m trying to get an ejabberd server running to use as a real time chat in an android application. I have installed the server using a 32bit binary and configured it to a point that I can log in usi
I am trying to setup extauth with ejabberd, however i just cannot get it working (even after googling for a fix on web). I have set following inside ejabberd.cfg:
I have 开发者_StackOverflowdeveloped MSN, Yahoo and Facebook Instant Messaging using ejabberd, strophe and transports. Every time when legacy user register him self with his credentials to transport,
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this quest开发者_JAVA百科ion? Update the question so it's on-topic for Stack Overflow.
Context: I have a system that will need to support 20,000 connected chat users spread over 100 chat rooms. During performance testing I\'ve found that I can get up to 6,000 connected users on a single
I need to ca开发者_如何学JAVAter for 20,000 connected users in a 4-node ejabberd cluster. How would you distribute incoming connections over multiple ejabberd nodes?To load balance XMPP TCP/IP traffic
I开发者_如何学Go would like to add a user on ejabberd server using strophe with out typing ejabberdctl register uname servename passwd at command prompt. Is it possible to implement?. Is there any
I am new to xmpp.I created my own ejabberd server and tried to implement facebook chat through it, but it is giving the response as \"
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have an authentication script in ejabberd (XMPP server) that based off of THIS LINK I have slightly modified the script so that instead of setting the variable out, it just returns true or false.