Hi at all,
I have created a simple blogging system with PHP + Mysql.
Now I want that users can chat with ejabberd and a webclient for ejabberd.
I will use 2 webserver for ejabberd and php+mysql.
Is there anyone that have used this configuration ?
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hi at all,
I have created a simple blogging system with PHP + Mysql.
Now I want that users can chat with ejabberd and a webclient for ejabberd.
I will use 2 webserver for ejabberd and php+mysql.
Is there anyone that have used this configuration ?
Yes, it's definitely possible...
I am trying the same thing, and have created a client for Drupal (that will soon be released there). But I have not yet found a suitable solution for user registration. I have managed to get that working if I set {access, register, [{allow, all}]} -- I then simply use the first server to register a new account using php class_jabber. This is sub-optimal, of course, as the registration process is open to all.
I am trying to do external
I am trying to do external authentication but ejabberd says me it is not receiving any answer.
Is it any special thing to configure or to include in a php program for allowing php to communicate with ejabberd? The error I receive is this:
E(<0.257.0>:extauth:80) : extauth call '["auth","yo","test.com","1234"]' didn't receive response
Go to www.ijab.im to have a look at iJab
iJab is an AJAX web chat client for XMPP and it could act as Facebook style chat bar. You could experience iJab integrated into Drupal here
how is it integrated w/ drupal?
I noticed you've got it using drupal user pictures and automatic registrations. How are you doing that? Is there a Drupal module integrating it?
Yes, there's Drupal module
We added Drupal module for automatic registrations and user pictures. We want to add this module to Drupal.org, but I don't know how to.
If you're interested with it, mail to me zhancaibao#gmail.com