I've set up an ejabberd install locally on my Windows box, where I also have Apache, PHP and MySQL. I've also confirmed that it works great using Digsby, and have kicked the tires a bit by creating some users, sending some messages, etc. All good.
However, PHP can't open a stream using stream_socket_client to port 5222. Even at its simp...
Hi,
I app-get and success install ejabberd on amazon , mounted esb drive as /dev/sda , but then, i terminated the image and fire any new 'same image', attached my esb drive , all my previous installation was lost. anyway to persist my installation or files i added to the os?
when my instance is running and i right click and see 'bundl...
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 don't want to reconnect/reauthorize on every page so as per this link (http://groups.google.com/group/strophe/browse_thread/thread/430da5e...
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?
...
Hi,
In ejabberd.cfg I have the following
{host_config, "thisislove-MacBook-2.local", [{auth_method, [internal, anonymous]},
{allow_multiple_connections, false},
{anonymous_protocol, both}]}.
but when using speeqe javascript client (speeqe.com) to connect, I see it sends
<body rid='...
Hi,
At the company I work for, we are building a cluster of web applications for collaboration. Things like accounting, billing, CRM etc.
We are using a RESTfull technique:
For database we use CouchDB
Different applications communicate with one another and with the database via http.
Besides, we have a single sign on solution, so tha...
I have an ejabberd xmpp pubsub server and I'd like to view the messages that have been published to specific nodes. Is there a way to accomplish this within the web admin; if not, how? Thanks much.
...
Hi
I m working on an online text chat program in C#.Net . For this i m using ejabberd server and for build a client m using jaber.net .But i m facing some problem during the new user registration . Can anyone give me a proper code for register new user or some advise or instruction to create new account.
Any type of help will be appre...
I've tried the way that was dictated, but it requires "autotools."
I've installed autotools -- automake auto congiure ... but it still isn't working.
the "./configure" command doesn't do anything.
Make appears to install, but when I tested the exmpp:start(). at the erl prompt nothing happened.
Blockquote
Exmpp uses the Autotools. ...
Hello Guys!
I have been trying to install ejabberd server on Amazons EC2 instance.
I am kinds a stuck at this step right now. I am following this guide: http://tdewolf.blogspot.com/2009/07/clustering-ejabberd-nodes-using-mnes...
From the guide I have sucessfully completed the Set up First Node (on ejabberd1) part. But am stuck in part 4 ...
Hi, 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 use PHP for user-authorization and some data store-retrieve with MySQL. As far as I found out, RabbitMQ has PHP clients but eJabberd not....
Hi,
I am using ejabberd as a chatting server now.
And I am writing a client to chat and register new user.
Right now, I know some of the protocol to register a new account,
like sending the following command to register new user:
<iq type="set"><query xmlns="jabber:iq:register"><username>wfwfewegwegwewefg</username><password>wfwefwefwef...
Hi,
I am working on a xmpp client, using eJabberd as server.
My question is How can I support offline file transferring?
I only want to do the offline file transferring for Image file.
For example,
I can transfer an image to John even he is offline.
When John come back Online,
the server will send him the image.
How can I do that?
...
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 javascript).
3. client library for Microsoft Windows (most important), also for mac os x and linux.
4. Good documentation specially for mod develo...
I wanna setup a web live support system like www.plupper.com using ejabberd+strophejs, after investigating, I got one barrier: how to get the "presence" of operator and show the status on webpage? any idea?
...
I'm running an ejabberd server where I need users whose name applies to a specific pattern will have a fast shaper assigned to them. For example, if I have these users:
A123
A222
B892
C123
I would like to make all the users use the "normal" shaper, but if the user name is "A*", I want it to get the "fast" shaper. I'm trying to avoid con...
Hi everyone,
I'm "fighting" with this problem for more than 3 days and have googled just everything related that can come to my mind.
So, I want to setup Strophe and Ejabberd in order to create a basic chat application. The problem I'm facing is that whenever I try to connect with Strophe to the XMPP server - it stays with status CONNE...
I've implemented a web based instant messaging / chat feature using http binding and ejabberd. For the lazy here's the short version of my question:
How would you go about implementing a web based XMPP chat client which could be displayed in multiple browser windows simultaneously, each displaying an identical view of the open chats?
M...
Here's what I'm trying to do. I'm using ejabberd with mod_logdb. All conversations are logged to a table in the database tagged with the date.
ex: logdb_messages_2010-7-17_server_node
What I'm trying to do is write a search that will look in all these tables without hitting the DB too much. I'd like to create a view that takes all the...
Im working with Ejabberd on OS X 10.6, with rails. I am able to connect to my ejabberd server web console on port 5280 without problems and also connect to it using iChat jabber client. But i am unable to connect to it from the console and end with a
u.connect
results in
RESOLVING:
_xmpp-client._tcp.sid-laptop (SRV)
CONNECTI...