EiffelWebFramework / EWF

Eiffel Web Framework -- Provide a common framework to build easily web server application in Eiffel (portable on various connector and platforms)
http://eiffelweb.projects.eiffel.org/
Other
44 stars 26 forks source link

Update Eiffel XMPP #123

Open jvelilla opened 11 years ago

jvelilla commented 11 years ago

see https://github.com/jocelyn/bricabrac

jocelyn commented 11 years ago

I am wondering if this is still relevant to provide an XMPP solution? Which product are using it ? I am not sure that Google Talk, i.e now Hangout, is still using XMPP .. maybe.

Is it really under the scope of EWF? Or it would better be under Eiffel Hub ?

oligot commented 11 years ago

According to Google itself, Hangout does not support XMPP: https://developers.google.com/talk/

"Hangouts will replace Google Talk and does not support XMPP"

jocelyn commented 11 years ago

Maybe we should rather provide an Hangout client ... thanks to https://developers.google.com/+/hangouts/api/gapi.hangout.data#gapi.hangout.data.sendMessage

...

Since GTalk is going to be retired soon or later. However, this is fairly easy to install a XMPP server, so this can still be an interesting solution for entreprise. To build Bot, or notification, or ...

But I guess, this has low priority for now.