ejabberd

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? ...

EJABBERD: Connection attempt from disallowed node

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. ...

How to set name for ejabberd muc service

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...

ejabberd mod_offline iphone pushed notifications

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 ...

ejabberd: installed, added users its working but ejabberdctl not working

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'...

Python ejabberd Auth Script not responding to changes in Database

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...

How to fully integrate XMPP on a web site with registered users

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 ...

How to implement XMPP in My VB.Net Application

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. ...

How do I register a new user in eJabberd server through C# Client?

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...

Facebook with Strophe and punjab

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...

XMPP: how to request server for presence status of a user's contacts ?

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...

Show your Erlang app

Can I see your ejabberd application :) ? I want see some working ejabberd application :P ...