Well, its a quite cool thing.
Please test this beta and send me feedback so that I can improve this plugin to leave the beta status.
For installation instructions and more informations please visit the project homepage.
View Felix Stahlberg's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Wow Jabber integration!!! that is cool.
Felix...
Want to set it up and do all the configuration for me? :-)
Is it possible to realise this chat with a shared hosing provider?
(I have no root acces to the server..., but very helpful support: all-inkl.com)
Thanks!
@Felix Stahlberg I can´t its impossible... to edit posts.
@Felix Stahlberg could you edit your posts? I mean comments.
but the message is now away
hmm doch nicht.
no you need root access to set up the jabber server
can you provide any detailed howto? on your project homepage.
What does this line mean? This plugin needs access to the database used by the jabberserver.
my own jabber server? database??
Thanks
Well, you have to install your own jabber server and strongly customize it. That's why I think this stuff is only for big sites which would have performance issues running such a service on the webserver.
greetings
We have the eJabbered server, all working fine. It works with a im JWClient but when I use the client in ELGG it comes up with a java script error. Any ideas?
Hi,
could you post the js error message here? What for a browser did you use? If possible, an error message of firefox's firebug would be the most helpful evidence..
IE6 and IE7
invalid argument
url:xxxxxxxxxx /pg/admin/plugins/
It also says error on
line 17
char 9
Hm, i'm sorry, i can't reproduce this issue here.. a javascript error report of firefox plugin firebug would be very helpful.
Hi Felix, sorry not been back to you. I will try and get this done this week.
can i use this plugin for elgg 1.5
does this work for version 1.5?
sry for writing german!
Hi, ich habe das problem das ich doppelte datei endungen bei den dateien im archiv habe wie z.B. "groupchat.html.html"
woran kann das liegen?
Hi,
cool Plugin! Thanks! Only two things:
In the File JabberSrvEjabberd.class.php change
$buddies = $this->db->query('select username from users where username in
(' . implode(',', array_fill(0, count(buddies), "'%s'")) . ')', $buddies);
to
$buddies = $this->db->query('select username from users where username in
(' . implode(',', array_fill(0, count($buddies), "'%s'")) . ')', $buddies);
and ajax.php
foreach ($_SESSION['user']->getFriends() as $buddy) {
to
foreach ($_SESSION['user']->getFriends("",200,0) as $buddy) {
Bye,
Chris
Hey Felix,
I would like to know if you will release other version
of this plugin to be compatible with elgg 1.8?