how to use node-xmpp to receive message from client...? i already known how to sent message here the sample code how to send message...
I have hook handler in my code: ejabberd_hooks:add(sm_register_connection_hook, \"localhost\", ?MODULE, on_register, 80),
I get the error SocketError in UsersController#create getaddrinfo: nodename nor servname provided, or not known
To a non-developer this installation guide is very hard to get through. I\'m on Mac OS X 10.6, I have apache and ejabberd installed (which is the bare minumum it says).
Hihi, would like to automate the adding and removing of eJabberd roster from my web application on asp.net, c#.开发者_如何学C Is there any advice on this?
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update th开发者_如何转开发e question so it's on-topic for Stack Overflow.
I love how ejabberd is solid as a rock (running one instance for over 2 years without a restart). But when it does go down or even if you bounce it by hand, i always face the fact that it is a complet
I am using the request handlers found in ejabberd to build a REST service. Is it possible to invoke the ejabberd request_handlers with a PUT and DELETE HTTP Method? If so how?
I am using ejabberd in one of my project, which is itself implemented in erlang.开发者_如何学JAVA I am interested in gaining access to the authentication flow, so that i can integrate my user db witho
Many functions in the mod_roster.erl file accep开发者_开发百科t an \"Acc\" parameter. What does this parameter store? It is always empty in my function calls.