I created a logging module which logs messages to a mysql db, the current code is located here: https://github.com/amiadogroup/mod_log_chat_mysql5/blob/master/src/mod_log_chat_mysql5.erl
Good people of StackOverflow, please help. I\'ve set up an ejabberd server on my ubuntu machine, added virtual host, set
I have installed and run ejabberd successfully. I\'ve tested the chat fun开发者_如何学运维ction and it works well.
Is it possible to start a supervisor module in ejabberd which I can add a gen_fsm module to, per connection?
I\'m looking at \'XEP-0077 in-band registration\' about how to register a new XMPP account.Here is my code.I use node-xmpp to connect my node.js application to an ejabberdserver.
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 encountered a problem where an attribute within an XML stanza is missing. Based on the log file on the server side, I can confirm that the attribute is sent from the client to server. Also, when the
I am trying to find out the execution order of XMPP stanzas, I am using Strophe + Ejabberd and if I send a request like this.
I\'m trying to debug ejabberd. I have compiled the files with debug_info. I start ejabberd, then use ejabberd debug to get into the shell. Once in there, running im() produces \"Call to i:im() in appl
I\'ve created a web-chat application using jQuery and Ejabberd (example from Professional XMPP Book). For this application, I\'ve implemented anonymous authentication (was a requirement).