<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Support for XMPP? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150844#M105663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sam&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm actually surprised Yahoo/Skype allow anyone to view your presence, since I'd expect it to be hidden from strangers for privacy reasons&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Good point - actually, they are hidden by default. You have to explicitly set options in the respective clients along the lines of "publish my presence status".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In theory, if a web interface existed that allowed Alfresco to poll the status of XMPP users, would it be easy to add support into Alfresco?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Reasonably easy, yes. Most of the work is done within a client-side script, but there are a couple of places in the web client where "skype" and "yahoo" are hard-coded where they shouldn't be; so it's a little more work than just some extra config.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We had a look at the Atlassian offering but as I mentioned above, the work quickly expanded out of scope considering the config and customization that we'd be expected to provide. Looks like a great starting point though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Feb 2008 21:20:47 GMT</pubDate>
    <dc:creator>mikeh</dc:creator>
    <dc:date>2008-02-17T21:20:47Z</dc:date>
    <item>
      <title>Support for XMPP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150840#M105659</link>
      <description>Hi all,I'm currently having a play with Alfresco 2.9B, and I notice that it has some support for IM presence information. However, this seems to be currently limited to Skype and Yahoo. Are there any plans to support XMPP in the near future? If so, is there a timeframe for this?Given that XMPP is op</description>
      <pubDate>Sun, 17 Feb 2008 17:27:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150840#M105659</guid>
      <dc:creator>samuel_penn</dc:creator>
      <dc:date>2008-02-17T17:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Support for XMPP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150841#M105660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are also looking for xmpp integration. Perhaps will start working on implementing that ourselves, can someone steer us towards docs on how to implement an XMPP handler for the presence module?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2008 19:19:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150841#M105660</guid>
      <dc:creator>protenus</dc:creator>
      <dc:date>2008-02-17T19:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Support for XMPP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150842#M105661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi both&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Support for presence information in Alfresco 2.9 is pretty basic at the moment. The reason Skype and Yahoo were chosen was for two reasons:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - we use them extensively internally, and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - far more importantly, they both provide a facility for retrieving contact status via well-known public HTTP GET requests.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem with all other IM services (as far as I'm aware) is that the status never leaves the IM protocol's network. In other words, you must be running an IM client of some sort, be logged onto the network and be a buddy of the person you're trying to find status for before that information becomes available. People have done this programatically by creating dummy generic users which everyone adds to their buddy list. This generic user then receives and re-publishes status updates to the custom application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The current Alfresco implementation fires off AJAX requests (via a proxy service within the repo) to the Skype and/or Yahoo servers. The response is interpreted by client-side Javascript and the UI updated accordingly. This approach also has the distinct advantage of not tying the server up during page rendering.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In order to do IM "properly" within Alfresco, you'd need to create one or more of these generic users which log-on to the IM networks of interest upon start-up. Your users would then manually add these contacts to their own IM clients and you'd provide some kind of API to publish their status in the Web Client. This kind of implementation was (and still is) beyond the scope of what we wanted to provide in Alfresco at this stage, without having a clear demand from our Enterprise customers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2008 19:45:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150842#M105661</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2008-02-17T19:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Support for XMPP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150843#M105662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mike for the reply. It seems a sensible reason to have concentrated on those two, and it matches my understanding of how XMPP works (I'm actually surprised Yahoo/Skype allow anyone to view your presence, since I'd expect it to be hidden from strangers for privacy reasons). I guess then that unless someone comes up with a real requirement (other that, "it would be nice", which is the most I can give you) or takes on the job themselves, XMPP support is way off in the future.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In theory, if a web interface existed that allowed Alfresco to poll the status of XMPP users, would it be easy to add support into Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone does have the time, it looks like something very similar to Mike's suggestion is done here with dummy users:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://confluence.atlassian.com/display/CONFEXT/IM+Presence+Plugin" rel="nofollow noopener noreferrer"&gt;http://confluence.atlassian.com/display/CONFEXT/IM+Presence+Plugin&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At least it supports a couple of XMPP implementations (judging by the comments, it's a configuration limitation which limits it to GTalk rather than generic XMPP).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again Mike for your quick response,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sam.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2008 20:17:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150843#M105662</guid>
      <dc:creator>samuel_penn</dc:creator>
      <dc:date>2008-02-17T20:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Support for XMPP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150844#M105663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sam&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm actually surprised Yahoo/Skype allow anyone to view your presence, since I'd expect it to be hidden from strangers for privacy reasons&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Good point - actually, they are hidden by default. You have to explicitly set options in the respective clients along the lines of "publish my presence status".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In theory, if a web interface existed that allowed Alfresco to poll the status of XMPP users, would it be easy to add support into Alfresco?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Reasonably easy, yes. Most of the work is done within a client-side script, but there are a couple of places in the web client where "skype" and "yahoo" are hard-coded where they shouldn't be; so it's a little more work than just some extra config.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We had a look at the Atlassian offering but as I mentioned above, the work quickly expanded out of scope considering the config and customization that we'd be expected to provide. Looks like a great starting point though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2008 21:20:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150844#M105663</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2008-02-17T21:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Support for XMPP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150845#M105664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since Openfire (an opensource XMPP server) provides an HTTP presence interface, perhaps integration with OpenFire would be a first step.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 07:01:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150845#M105664</guid>
      <dc:creator>protenus</dc:creator>
      <dc:date>2008-02-18T07:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Support for XMPP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150846#M105665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem with integrating with OpenFire is that you then only support OpenFire, and have to then write integration for ejabberd, then jabberd2, then GTalk etc. Unless you can ensure that it's going to be implemented in the same way on all XMPP servers, it's a lot of work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It may be better to write a web service which logs on as a user, and manages connections itself, as Mike suggested. I've been playing around with the Smack APIs from Jive Software this morning, and have a very simple interface which returns the user's status in response to a GET request. It logs in as a dummy account to a server, and automatically requests permission from a user the first time their status is requested via the web interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In theory, this should work against any XMPP server, though I've only tested it against ejabberd and GTalk. It's currently implemented as a standalone webapp, and uses a ServletContextListener to login and discount the dummy account when Tomcat starts/shutsdown. Not sure whether this would be better to implement as a webscript within Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got my own uses for this, but would it be worth making it 'Alfresco-friendly'? If so, is there any documentation available on what the interface should provide?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sam.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 15:13:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150846#M105665</guid>
      <dc:creator>samuel_penn</dc:creator>
      <dc:date>2008-02-18T15:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Support for XMPP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150847#M105666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, is posible to integrate ICQ presence. ICQ shud should HTTP publish presence so i think its should&amp;nbsp; be easy to intergate it. If you do I'l be very pleased. Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 16:12:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150847#M105666</guid>
      <dc:creator>lopot</dc:creator>
      <dc:date>2008-02-20T16:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Support for XMPP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150848#M105667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Was thinking along the lines of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://xmpp.org/extensions/xep-0151.html" rel="nofollow noopener noreferrer"&gt;http://xmpp.org/extensions/xep-0151.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Althought it is currently deferred.. seems like a reasonable implementation of presence/avatar information on a web site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Might tie in with: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.theserverside.com/tt/articles/article.tss?l=IntegratingPresenceJ2EEEnvironments" rel="nofollow noopener noreferrer"&gt;http://www.theserverside.com/tt/articles/article.tss?l=IntegratingPresenceJ2EEEnvironments&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I'm not a programmer… just throwing ideas out…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 15:04:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/support-for-xmpp/m-p/150848#M105667</guid>
      <dc:creator>mricher</dc:creator>
      <dc:date>2009-12-03T15:04:08Z</dc:date>
    </item>
  </channel>
</rss>

