Page 1 of 2

Zimbra Chat Extension

Posted: Wed Aug 06, 2014 10:26 pm
by 13546dalmate
I'm currently developing an Zimbra Chat Extension which works with openfire (maybe whater xmpp server you think it's better) server :).

Maybe in a month we'll have a alpha version.

So, in this post, I want to know which features do you want me develop.

In this version, I'll publish:

- A demo interface for web (I only support zimbra 8.x or higher because I don't have time for zimbra 7.x)

- Login function (In future I want if user logged in to zimbra, they do not need log in again to chat service but now I want to focus some important functions)

- List friends online/offline.

- Chat one-one

Zimbra Chat Extension

Posted: Thu Aug 07, 2014 7:12 pm
by quanah
I'd note that chat will be added back into ZCS as a supported option with ZCS9. So your extension may have a short life ;)

Zimbra Chat Extension

Posted: Thu Aug 07, 2014 7:25 pm
by ccelis5215
quanah,.. don't be so cruel :rolleyes:
ccelis

Zimbra Chat Extension

Posted: Thu Aug 07, 2014 8:16 pm
by 13546dalmate
Really?

If it's right, I'll not public it :) and only use for private purpose.

Zimbra Chat Extension

Posted: Fri Aug 08, 2014 5:16 am
by dik23
[quote user="quanah"]I'd note that chat will be added back into ZCS as a supported option with ZCS9. So your extension may have a short life ;)[/QUOTE]

Excellent news!
It was a bizarre decision to remove it in the first place.

Zimbra Chat Extension

Posted: Thu Oct 30, 2014 2:36 am
by metux
VNC already offers and video chat application for Zimbra.

Zimbra Chat Extension

Posted: Thu Oct 30, 2014 8:54 pm
by iomarmochtar
When ZCS 9 will be released ? ,



cannot wait chat feature, because our client always ask about it :)



Good job Zimbra Dev.

Zimbra Chat Extension

Posted: Tue Nov 04, 2014 1:56 am
by dalmate
I've finished the first version of my extension.

Web Client:

- Chat 1 - 1

- Chat group (create group, invite friend)

- Add/delete friends

- Support xmpp (openfire, tiagse,..)

- Multi themes: Yahoo themes, facebook themes

- Send file

- Offline messages

- History

- Support friend list.

- Support set status.

Server side:

- Support SOAP + XMPP

- Using HTTP-bind

I have Zimlet version and Jquery plugin version.

So do you think it awesome?

Zimbra Chat Extension

Posted: Fri Nov 07, 2014 8:00 pm
by iomarmochtar
Nice features,



when zimbra using multidomain and integrate it with openfire, the main problem is authentication through zimbra as external auth (ldap) due in openfire side only allowing one domain only, so far i created faked authentication using ldapjs but it too painful for me.



can in your extension solved this problem ?

Zimbra Chat Extension

Posted: Sun Nov 09, 2014 7:30 pm
by dalmate
I've created a preauth like zimbra in Openfire side so when users logged in Zimbra successfully, they can logged in openfire, too.

In the fact, I've modified some code in Openfire and rebuild it to make it can single sign-on with Zimbra.