Ejabberd: inspect Mnesia tables?
I'm digging into Ejabberd but I can't find a way to inspect its Mnesia tables. Is there something like the mysql shell to inspect tables? ...
I'm digging into Ejabberd but I can't find a way to inspect its Mnesia tables. Is there something like the mysql shell to inspect tables? ...
Having and issue with an ejabberd cluster. While trying ping the first node from the second, I'm getting : "Connection attempt from disallowed node" I know it's not a cookie issue, because the cookies on both servers match. ...
I wish to set up a spare muc service on our non-primary ejabberd node so that users can continue to use muc in a limited fashion when our primary ejabberd node (which hosts the primary muc service) is down for maintenance. Here is the configuration that I am using, which seems to work. {mod_muc, [ {host, "spar...
Hey guys im totally new with jabber/xmpp but i'm currently developing an chat iPhone app and so far so good for regular configuration for the ejabberd server... I want to implement Push notification when the user is "offline" and to do this I just need to run a PHP script which gets a Token device and the text message to deliver via ssl ...
installed ejabberd using synaptic package manager on Ubuntu 10.04 without any error. "sudo dpkg-reconfigure ejabberd" used to configure it. Added users too using http://localhost:5280/admin/ console. everything working fine except ejabberdctl command. knocker@ps0714-U:~$ ejabberdctl Failed RPC connection to the node 'ejabberd@ps0714-U'...
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. I'm using Ubuntu, MySQL, ejabberd, and Python. I can authenticate all the records that are already on the database. But, when I add or re...
We have a social networking site where people have contacts and we want it to be integrated with XMPP. We currently use ejabberd XMPP server. Here are my questions: 1) How to properly create account? Right now, what I'm thinking is on user registration on our web app, we'd call a script that would execute an ejabberd command to create ...
Hi Guys, I am Newbie in XMPP . I want to create chat application in VB.net using XMPP . i am having ejabberd serverin my pc. i dont know how to intract with ejabberd server via VB.net. ...
I'm developing a messenger type application with Jabbernet Server & library. Currently I'm having a problem registering new users. First of all I want to know, is it required to login as admin to register a new user? I tried to register with and without admin login but it always "Not Authorized". JID jid = new JID("test4", server_IP...
Hi, 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 " remote connection failed". I also tried with punjab but not successful. Can anyone please tell me the configuration settings to be modified or added in ejabberd or punjab. I tried using "chat.facebook...
We have a site and we developed a chat system for it using strophe.js library and ejabberd XMPP server. We use session attachment that was initiated with PHP (using an in-house library). What we do is get the RID and SID from the PHP script, then use strophe's session attachment. The said RID and SID is stored on a cookie and the RID val...
Can I see your ejabberd application :) ? I want see some working ejabberd application :P ...