Tagged Questions
ejabberd is a Jabber/XMPP instant messaging server, licensed under GPLv2 (Free and Open Source), written in Erlang/OTP. Among other features, ejabberd is cross-platform, fault-tolerant, clusterable and modular.
9
votes
2answers
1k views
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 ...
8
votes
17answers
1k views
How to secure a password from being readable at the client?
I need to pass username and password which is at the server to my web chat clients javascript function. When I send the username password through my php code in the javascript function it becomes ...
7
votes
4answers
2k views
Ajax jabber/XMPP client recommendations (real experience only please) !
i'm setting up a chat system for my niche social site and have decided on ejabberd for the server side, but i cannot find any decent web-based ajax clients. most seem to be abandoned years ago or ...
6
votes
5answers
2k views
amqp or xmpp for real time online games
Which of these technology suite for Multi user online game project..
Project requirements:
1. Able to handle 2k-5k user at any given time.
2. client library for iphone and android (native, no ...
5
votes
1answer
1k views
pyxmpp: quick tutorial for creating a muc client?
I'm attempting to write a quick load-test script for our ejabberd cluster that simply logs into a chat room, posts a couple of random messages, then exits.
We had attempted this particular test with ...
5
votes
2answers
605 views
Mochiweb Port 80
I am attempting to run BeepBeep through Mochiweb on Port 80. It works if I type sudo ./start_server.sh. Are there any security risks with running Mochiweb like this? If so how to remedy?
Thanks!
4
votes
0answers
93 views
Ejabberd + Bandersnatch Presence table not being updated
I have setup bandersnatch + ejabberd 2.1.6, I found it only can record the message into the message table,the user and presence tables stay empty. Do I need to do some extra configuration to set that ...
4
votes
1answer
2k views
XMPP C# Interaction
I am trying to connect via c# and via javascript to an xmpp server (currently ejabberd). Im having a little trouble conceptualizing how the connections will exists.
Backstory: I have a game engine ...
4
votes
4answers
893 views
How to filter messages in Ejabberd
I have Ejabberd up and running with test users, and its working fine. I want to write a module that can intercept messages and modify them, as follows :
intercept "messages"
send them to a php file
...
3
votes
0answers
76 views
External in-band registration module/generally best approach for external modules in ejabberd?
I'm trying to implement a custom in-band registration module for ejabberd, which requires a little bit of specialized back and forth using custom clients. Since this contains a bunch of business logic ...
3
votes
1answer
180 views
How can I override EJabberd's mod_roster module get_user_roster(Acc, US) function?
I want to have a custom Ejabberd roster mechanism and as I test I am trying to set arbitrary data to a given user's friends list roster.
I replaced the get_user_roster function's content in the ...
3
votes
1answer
204 views
PHP Ejabberd Handshaking
I am creating a social networking site where I want users to chat and receive live notifications like Facebook, I tried searching for possible solutions and found ejabberd's pubsub module (I am using ...
3
votes
1answer
654 views
How does sleekxmpp components work?
This may sound dumb but I followed this tutorial:
https://github.com/fritzy/SleekXMPP/wiki/Creating-a-SleekXMPP-Plugin
and here's the component at the end that uses the XEP-0077 plugin that was ...
3
votes
2answers
304 views
Is there any python xmpp library that supports adding/removing users?
Right now I have a python class that creates user/deletes users by executing "ejabberdctl register/unregister" commands. Is there a python xmpp library that supports adding/removing users?
3
votes
1answer
248 views
Any advice on how to handle fail-over in an ejabberd cluster?
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 ...
3
votes
1answer
215 views
Mnesia Clustering
If I am clustering 2 nodes together, from my experimenting and reading up online I understand that Node A will be like a "master" node and Node B will copy the tables over if I want them to. ...
3
votes
3answers
409 views
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?
2
votes
1answer
155 views
mnesia working with DCD/DCL
I have blown up my ejabberd. I really cannot figure out what is broken. Anyhow, will have a look at that later. What I need is my roster. Everything should be stored in the mnesia db.
I want to ...
2
votes
1answer
170 views
How to configure custom ejabberd roster module?
I have to replace the standard mod_roster with my own custom roster. I wrote the module and see that it loads because it's start function is called by no other functions are called.
I also tried ...
2
votes
1answer
341 views
Get Presence of Multiple JIDs at once XMPP
I am developing a XMPP application and will be doing a global shared roster so that I don't have to do presence subscription requests. I also need to get the presence of a certain range of JabberIDs ...
2
votes
0answers
289 views
running and testing ejabberd on localhost?
I have installed ejabberd on my HP pavilion (Entertainment laptop running windows 7), during the installation i was prompted to enter the server domain. Since i wanted to experiment on it, i entered ...
2
votes
3answers
275 views
Configure Jabber external component to send stanza on behalf of any user
I read somewhere a while ago that one can configure external jabber components (XEP-0114) to send XMPP stanza's on behalf on any user. For instance say i have a component bind to (component.localhost) ...
2
votes
1answer
978 views
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. ...
2
votes
3answers
1k views
Which one should I choose AMQP or XMPP for real-time browser-based game?
I'm choosing between AMQP (RabbitMQ) vs XMPP (eJabberd) for my browser-based flash-free javascript powered real-time turn-based game. I don't know much about AMQP and XMPP protocol. I would like to ...
2
votes
1answer
319 views
ejabberd component port
may i know if i want to use component to connect to ejabberd, do i connect to port 5222 or do i need to create new port? any guide on how to create it?
2
votes
2answers
1k views
Session resume problem with Strophe attach and Ejabberd
I'm having a lot of difficulty getting strophe's 'attach()' function working.
I am working on a social network where users will be surfing pages and at the same time keep their chat connection on. I ...
2
votes
5answers
2k views
How to create global variables in Erlang
I am writing an ejabberd module to filter packets. I need to get the hostname to pull some configs using gen_mod:get_module_opt() .
I have 4 important functions :
start(Host, _Opt) : This is an ...
2
votes
1answer
342 views
ejabberd supervisor module
I need to keep a gen_mod process running as it loops every minute and does some cleanup. However once every few days it will crash and I'll have to manually start it back up again.
I could use a ...
2
votes
2answers
947 views
ejabberd : replace mnesia with mysql
Is there any way to setup mysql in place of mnesia. any help on this is much appreciated. Everything for me went on fine. Also I need to archive the history text.
Thanks in advance
Abraham
2
votes
3answers
733 views
Ejabberd Memory Consumption (or Leak?)
I'm using ejabberd + mochiweb on our server. The longer I keep ejabberd and mochiweb running, the more memory is consumed (last night it was consuming 35% of memory. right now it's a bit above 50%). ...
2
votes
3answers
444 views
Mochiweb mnesia requests
I'm trying to link Mochiweb with my ejabberd mnesia db and am unable to do any mnesia transactions in my controllers. I test my controllers without the mnesia transactions and they work fine. I am ...
2
votes
1answer
100 views
ejabberd: is there a way to determine if a user is an admin?
I've browsed the module development documentation but I can't find an API that would help me determine if 'user' (i.e. identified through a JID) is allowed administrative access.
I understand there ...
2
votes
1answer
74 views
ejabberd: Difference between “disco_local_identity” and “disco_sm_identity”?
What is the difference between "disco_local_identity" and "disco_sm_identity" module API methods?
2
votes
2answers
2k views
XMPP SASL authentication on Ejabberd with PHP
I'm trying to authenticate with an XMPP server using SASL.
/**
* Send Authentication, SASL
* @return Bool
* @param $username String
* @param $password String
*/
function ...
1
vote
2answers
17 views
ejabberd / xmpp: find user's chat room(s)
I wonder if there is a way to query ejabberd / xmpp server (passing user JID?) to find out what chat room(s) this user is currently in? If not, can we query jabber server to get a list of all active ...
1
vote
1answer
85 views
Improving the message throughput of ejabberd-2.1.10
I have installed ejbberd-2.1.10 from the binary installer on my machine(Win7 32bit 2.93GHz Core2Duo 3GB RAM). Since our set-up needs a very high message throughput I have looked through the ...
1
vote
1answer
102 views
XMPP server in Amazon EC2
Which XMPP server would you recommend for use in Amazon Web Services, running on EC2 instances?
It should scale, with automatic (or at least easy) clustering being very useful - it's scaling should ...
1
vote
1answer
52 views
Ejabberd Single Request Sign On
I have a working Ejabberd server (version 2.1.9) and my client application running just fine, but I wish to modify the way the application's XMPP client connects to Ejabberd in order to reduce the ...
1
vote
1answer
55 views
Intercept login/logout ejabberd
I want to know when a user is logged in and logged out from an ejabberd session in a custom module, without changing the ejabberd code.
I need that because I have to execute some actions when a user ...
1
vote
1answer
65 views
xmpp/jabber for chat for dating site?
we're in the process of adding text chat to our dating site and I'm considering using xmpp - specifically ejabberd on the server side, and we will be implementing an ajax client.
i'd like to hear ...
1
vote
1answer
31 views
Pubsub: Mark as read
I am using Pub sub to implement a notification system similar to Facebook notifications with ejabberd on the server side and strophe on the client side.
Now, in the implementation how can I do a ...
1
vote
2answers
98 views
Ejabberd, Python: Check user, if not create
Is it possible to talk to an Ejabberd interface from python through and xmpp client like sleekxmpp to create a user if it does not exist?
Can someone advice the best approach?
1
vote
2answers
300 views
asmack XMPP new user registration
Good people of StackOverflow, please help.
I've set up an ejabberd server on my ubuntu machine, added virtual host, set
{access, register, [{allow, all}]}.
and registered an admin account. I'm ...
1
vote
1answer
254 views
Anyone successfully installed openfire OR any xmpp server on mac os x lion?
I'm trying to install openfire. It's just a package and should be brain dead simple. The setup wizard invariably fails after you assign an admin username and password. The failure is that the login ...
1
vote
2answers
98 views
XMPP asmack problem missing attribute
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 ...
1
vote
1answer
75 views
Extracting SID using Session PID & JID
I am trying to find a way for extracting SID of a bosh session (ejabberd) using PID and JID so that I can use it in ejabberd_sm:unset_presence, I have searched everywhere but can't find a way to do ...
1
vote
0answers
111 views
Has ejabberd been superseded/replaced by a more popular serverside jabber tool? [closed]
I've been trying to learn more about ejabberd, including one unanswered question here: Does anyone have a working server-side logging tool for logging chats in ejabberd?, and some trouble finding ...
1
vote
1answer
74 views
ejabberd mysql script bug?
Hihi, not sure if i am just plain dumb.. Have installed ejabberd on amazon ec2 and recently managed to switch to use mysql based on the guide: ...
1
vote
2answers
86 views
XMPP - Retrieve last n messages from chat room
Anyone know if there is a way to query the last n messages in a muc in xmpp (specifically ejabberd) without joining the room.
Thanks.
1
vote
1answer
94 views
Which ejabberd module handles directed presence events?
I am modifying the ejabberd server to send a custom roster to the user which I was able to do by writing my own version of mod_roster. Now I want to add presence on top of that roster by handling ...