<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: LibraryH3lp: A New Flexible Chat Reference System</title>
	<atom:link href="http://journal.code4lib.org/articles/107/feed" rel="self" type="application/rss+xml" />
	<link>http://journal.code4lib.org/articles/107</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:07:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Issues with inevitability in info tech discourse (pt. 1) &#124; Gnovis Journal</title>
		<link>http://journal.code4lib.org/articles/107/comment-page-1#comment-4029</link>
		<dc:creator>Issues with inevitability in info tech discourse (pt. 1) &#124; Gnovis Journal</dc:creator>
		<pubDate>Fri, 12 Aug 2011 17:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=107#comment-4029</guid>
		<description><![CDATA[[...] Pam and Eric Sessoms. “LibraryH3lp: A New Flexible Chat Reference System.” Code4Lib Journal 4 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Pam and Eric Sessoms. “LibraryH3lp: A New Flexible Chat Reference System.” Code4Lib Journal 4 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: University of Alberta Libraries &#171; imavailable4u</title>
		<link>http://journal.code4lib.org/articles/107/comment-page-1#comment-3655</link>
		<dc:creator>University of Alberta Libraries &#171; imavailable4u</dc:creator>
		<pubDate>Mon, 11 Apr 2011 02:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=107#comment-3655</guid>
		<description><![CDATA[[...] Library routes messages from other IM networks such as AIM, Yahoo! MSN and gTalk! As mentioned on code {4} lib, LibraryH3lp is a new flexible reference system geared towards virtual services in libraries. Need [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Library routes messages from other IM networks such as AIM, Yahoo! MSN and gTalk! As mentioned on code {4} lib, LibraryH3lp is a new flexible reference system geared towards virtual services in libraries. Need [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pam Sessoms</title>
		<link>http://journal.code4lib.org/articles/107/comment-page-1#comment-2047</link>
		<dc:creator>Pam Sessoms</dc:creator>
		<pubDate>Sat, 11 Apr 2009 17:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=107#comment-2047</guid>
		<description><![CDATA[Donald,

LibraryH3lp is really a platform for building chat and IM reference services.  If you don&#039;t want to offer commercial IM services through AIM, Yahoo!, etc, there is nothing in LibraryH3lp forcing you to do so.  

If security and encryption are your main concerns, you can built a LibraryH3lp service using secure sockets (https) end-to-end, from the patrons&#039; widget to the librarians&#039; client to the admin interface.

Typically, libraries using IM gateways were already offering IM services before using LibraryH3lp, but once the service became popular, it became difficult to staff because of the one-to-one limitation.  LibraryH3lp&#039;s IM gateways make staffing an IM service easier since you can have more than one librarian at at time monitoring your public-facing IM buddy names.

To your specific questions:

&quot;Who can IM to who using your system? Can Joe Blow on the Internet use your system as an IM gateway to IM student Jane Doe at XYZ University?&quot;

No.

IM gateways are for public-facing accounts such as &quot;my-university-librarian&quot; on AIM.  These public-facing accounts must get added to the system deliberately, and of course, they must have originally been created by registering with the relevant IM network (such as AOL for AIM).  

&quot;Or can Joe Blow on the Internet only communicate with a librarian at XYZ University?&quot;

Yes.

&quot;What about auditing? We need to audit that traffic to meet legislative requirements as well as certain industry standards.  Are we going to be able to audit that traffic and obtain audit reports?&quot;

Well, I don&#039;t know what specific industry standards you&#039;re alluding to here, but most college and university IT staff we&#039;ve spoken with so far have been concerned with the security of the chat and IM transcripts (conversations that take place between students and librarians).  Here are some details about that:

- Transcript storage is turned off by default; the local admin has to turn it on deliberately for each queue.  You can certainly opt to trap that data locally, perhaps using a locally-installed Jabber client and a local network drive location,  instead of it staying on the LibraryH3lp servers if you prefer.

- If transcripts are opted into, they are not currently being anonymized.  This means that things like patron IM buddy names and any identifying information revealed during the chat or IM conversation are stored.  Only users with login information for your school&#039;s LibraryH3lp acount(s) can read the transcripts.

- Transcripts can be downloaded in bulk and/or deleted from LibraryH3lp at any time.  Deleting the transcripts leaves the statistical record of the chat itself, which can then be used for gathering statistics and using the Reports feature.

- It is also possible to delete the entire record, including statistical data, of the chats (&quot;Delete Calls&quot; under the Monitor Activity tab).  

- CSV files of the statistical data can be downloaded across time periods and imported into Excel.

The transcripts and CSV files of statistical data are what is available to librarians administering their services through the LibraryH3lp platform.  We don&#039;t currently provide any kind of additional auditing tools for libraries.

&quot;What kind of authentication capability is there?&quot;

I&#039;m not certain what kind of authentication you mean here.  I mentioned secure sockets  previously.  There are a variety of Jabber clients that librarians can use to staff the service.

If you mean authentication for your patrons/students, that&#039;s really up to you and how you implement the service.  For IM services, your patrons aren&#039;t authenticating other than by providing their login credentials to AIM, MSN, etc.

If you mean authentication for your patrons/students using the webchat widget (the little chat box placed on the library web page), then there is NONE by default.  However, since you&#039;re in control of your web pages, you can put authentication in front of it using your own proxy server or whatever method you&#039;d like.  That&#039;s up to you.

Hope this helps a bit.

-Pam.]]></description>
		<content:encoded><![CDATA[<p>Donald,</p>
<p>LibraryH3lp is really a platform for building chat and IM reference services.  If you don&#8217;t want to offer commercial IM services through AIM, Yahoo!, etc, there is nothing in LibraryH3lp forcing you to do so.  </p>
<p>If security and encryption are your main concerns, you can built a LibraryH3lp service using secure sockets (https) end-to-end, from the patrons&#8217; widget to the librarians&#8217; client to the admin interface.</p>
<p>Typically, libraries using IM gateways were already offering IM services before using LibraryH3lp, but once the service became popular, it became difficult to staff because of the one-to-one limitation.  LibraryH3lp&#8217;s IM gateways make staffing an IM service easier since you can have more than one librarian at at time monitoring your public-facing IM buddy names.</p>
<p>To your specific questions:</p>
<p>&#8220;Who can IM to who using your system? Can Joe Blow on the Internet use your system as an IM gateway to IM student Jane Doe at XYZ University?&#8221;</p>
<p>No.</p>
<p>IM gateways are for public-facing accounts such as &#8220;my-university-librarian&#8221; on AIM.  These public-facing accounts must get added to the system deliberately, and of course, they must have originally been created by registering with the relevant IM network (such as AOL for AIM).  </p>
<p>&#8220;Or can Joe Blow on the Internet only communicate with a librarian at XYZ University?&#8221;</p>
<p>Yes.</p>
<p>&#8220;What about auditing? We need to audit that traffic to meet legislative requirements as well as certain industry standards.  Are we going to be able to audit that traffic and obtain audit reports?&#8221;</p>
<p>Well, I don&#8217;t know what specific industry standards you&#8217;re alluding to here, but most college and university IT staff we&#8217;ve spoken with so far have been concerned with the security of the chat and IM transcripts (conversations that take place between students and librarians).  Here are some details about that:</p>
<p>- Transcript storage is turned off by default; the local admin has to turn it on deliberately for each queue.  You can certainly opt to trap that data locally, perhaps using a locally-installed Jabber client and a local network drive location,  instead of it staying on the LibraryH3lp servers if you prefer.</p>
<p>- If transcripts are opted into, they are not currently being anonymized.  This means that things like patron IM buddy names and any identifying information revealed during the chat or IM conversation are stored.  Only users with login information for your school&#8217;s LibraryH3lp acount(s) can read the transcripts.</p>
<p>- Transcripts can be downloaded in bulk and/or deleted from LibraryH3lp at any time.  Deleting the transcripts leaves the statistical record of the chat itself, which can then be used for gathering statistics and using the Reports feature.</p>
<p>- It is also possible to delete the entire record, including statistical data, of the chats (&#8220;Delete Calls&#8221; under the Monitor Activity tab).  </p>
<p>- CSV files of the statistical data can be downloaded across time periods and imported into Excel.</p>
<p>The transcripts and CSV files of statistical data are what is available to librarians administering their services through the LibraryH3lp platform.  We don&#8217;t currently provide any kind of additional auditing tools for libraries.</p>
<p>&#8220;What kind of authentication capability is there?&#8221;</p>
<p>I&#8217;m not certain what kind of authentication you mean here.  I mentioned secure sockets  previously.  There are a variety of Jabber clients that librarians can use to staff the service.</p>
<p>If you mean authentication for your patrons/students, that&#8217;s really up to you and how you implement the service.  For IM services, your patrons aren&#8217;t authenticating other than by providing their login credentials to AIM, MSN, etc.</p>
<p>If you mean authentication for your patrons/students using the webchat widget (the little chat box placed on the library web page), then there is NONE by default.  However, since you&#8217;re in control of your web pages, you can put authentication in front of it using your own proxy server or whatever method you&#8217;d like.  That&#8217;s up to you.</p>
<p>Hope this helps a bit.</p>
<p>-Pam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donald Woeltje</title>
		<link>http://journal.code4lib.org/articles/107/comment-page-1#comment-1743</link>
		<dc:creator>Donald Woeltje</dc:creator>
		<pubDate>Mon, 06 Apr 2009 18:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=107#comment-1743</guid>
		<description><![CDATA[I&#039;ve seen where you call this product secure....but I don&#039;t see anything secure about it. IM is rapidly becoming the attack vector of choice for individuals trying to compromise other peoples systems. It doesn&#039;t appear as if your product does any kind of traffic encryption.

But my main issue is who it allows to talk to who. Since I&#039;m not really familiar with your system, I&#039;d like to know that information. Who can IM to who using your system? Can Joe Blow on the Internet use your system as an IM gateway to IM student Jane Doe at XYZ University? Or can Joe Blow on the Internet only communicate with a librarian at XYZ University? What about auditing? We need to audit that traffic to meet legislative requirements as well as certain industry standards. Are we going to be able to audit that traffic and obtain audit reports? What kind of authentication capability is there? Use of this kind of technology without any kind of security controls can cause issues related to FERPA&#039;s requirement for protecting student information.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen where you call this product secure&#8230;.but I don&#8217;t see anything secure about it. IM is rapidly becoming the attack vector of choice for individuals trying to compromise other peoples systems. It doesn&#8217;t appear as if your product does any kind of traffic encryption.</p>
<p>But my main issue is who it allows to talk to who. Since I&#8217;m not really familiar with your system, I&#8217;d like to know that information. Who can IM to who using your system? Can Joe Blow on the Internet use your system as an IM gateway to IM student Jane Doe at XYZ University? Or can Joe Blow on the Internet only communicate with a librarian at XYZ University? What about auditing? We need to audit that traffic to meet legislative requirements as well as certain industry standards. Are we going to be able to audit that traffic and obtain audit reports? What kind of authentication capability is there? Use of this kind of technology without any kind of security controls can cause issues related to FERPA&#8217;s requirement for protecting student information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pam Sessoms</title>
		<link>http://journal.code4lib.org/articles/107/comment-page-1#comment-1489</link>
		<dc:creator>Pam Sessoms</dc:creator>
		<pubDate>Mon, 09 Mar 2009 18:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=107#comment-1489</guid>
		<description><![CDATA[Hi Natalie,

I think we spoke in email, but just for the record here...  No charges for demos, feel free to get it all set up.  Good luck and have fun!]]></description>
		<content:encoded><![CDATA[<p>Hi Natalie,</p>
<p>I think we spoke in email, but just for the record here&#8230;  No charges for demos, feel free to get it all set up.  Good luck and have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalie</title>
		<link>http://journal.code4lib.org/articles/107/comment-page-1#comment-1483</link>
		<dc:creator>Natalie</dc:creator>
		<pubDate>Tue, 03 Mar 2009 14:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=107#comment-1483</guid>
		<description><![CDATA[Hello,

I would like to do a demo with Library H3lp.  (We&#039;re having a sort of tech petting zoo at a conference.)  Is it ok if I set up an account for this purpose?  Will there be any charges? 

Thanks,
Natalie Tagge]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I would like to do a demo with Library H3lp.  (We&#8217;re having a sort of tech petting zoo at a conference.)  Is it ok if I set up an account for this purpose?  Will there be any charges? </p>
<p>Thanks,<br />
Natalie Tagge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pam Sessoms</title>
		<link>http://journal.code4lib.org/articles/107/comment-page-1#comment-1143</link>
		<dc:creator>Pam Sessoms</dc:creator>
		<pubDate>Sun, 30 Nov 2008 20:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=107#comment-1143</guid>
		<description><![CDATA[Hi Stephanie,

Yes, I have lots of usage statistics for UNC-Chapel Hill.  I&#039;ll get in touch with you during the week to see what will be most useful to you.

User testimonies at this point are just informal statements given during typical chat sessions.  We have not done user satisfaction surveys, favoring instead reading all of our transcripts by hand.  

We have done a couple of different usability studies, or rather, we&#039;ve tested a few different LibraryH3lp chat widget options as part of larger usability studies.  LibraryH3lp provides code for creating embedded widgets, pop-up widgets, and &quot;follow-me&quot; widgets.  The idea here is that there probably isn&#039;t a one size fits all solution, and we want people to be able to experiment and see what might work best. These widget types are described in more detail at http://libraryh3lp.com/docs/h3lp

The first usability study was to determine user preference between an embedded widget and a pop-up widget on a no-results page inside Search TRLN (union catalog).  Users preferred the pop-up widget overall for a variety of reasons.  They typically didn&#039;t see much point in having chat on the no-results page in particular but liked the idea of having it as a general part of the catalog user interface.  These results were presented at LIDA 2008 -- I can send you a copy of that paper if you&#039;d like.

The second usability test was to determine user preference between an pop-up widget and a &quot;follow-me&quot; widget inside the UNC-Chapel Hill catalog.  Here, most users preferred the pop-up widget, but I think that our test setup was flawed.  We asked the first four (out of five total) subjects to use the pop-up widget first, and then the follow-me widget.  All of these users preferred the pop-up widget.  When using the follow-me widget, they seemed to think that the usability test task was to see if they could get the follow-me widget to act like the pop-up widget, so they used the pop-out option.  I had a hunch, and I asked the fifth subject to use the follow-me widget first, followed by the pop-up widget; that user strongly preferred the follow-me.  So, I think that this needs more testing.  :)  These results have not been published.

Thanks for your interest!

-Pam.]]></description>
		<content:encoded><![CDATA[<p>Hi Stephanie,</p>
<p>Yes, I have lots of usage statistics for UNC-Chapel Hill.  I&#8217;ll get in touch with you during the week to see what will be most useful to you.</p>
<p>User testimonies at this point are just informal statements given during typical chat sessions.  We have not done user satisfaction surveys, favoring instead reading all of our transcripts by hand.  </p>
<p>We have done a couple of different usability studies, or rather, we&#8217;ve tested a few different LibraryH3lp chat widget options as part of larger usability studies.  LibraryH3lp provides code for creating embedded widgets, pop-up widgets, and &#8220;follow-me&#8221; widgets.  The idea here is that there probably isn&#8217;t a one size fits all solution, and we want people to be able to experiment and see what might work best. These widget types are described in more detail at <a href="http://libraryh3lp.com/docs/h3lp" rel="nofollow">http://libraryh3lp.com/docs/h3lp</a></p>
<p>The first usability study was to determine user preference between an embedded widget and a pop-up widget on a no-results page inside Search TRLN (union catalog).  Users preferred the pop-up widget overall for a variety of reasons.  They typically didn&#8217;t see much point in having chat on the no-results page in particular but liked the idea of having it as a general part of the catalog user interface.  These results were presented at LIDA 2008 &#8212; I can send you a copy of that paper if you&#8217;d like.</p>
<p>The second usability test was to determine user preference between an pop-up widget and a &#8220;follow-me&#8221; widget inside the UNC-Chapel Hill catalog.  Here, most users preferred the pop-up widget, but I think that our test setup was flawed.  We asked the first four (out of five total) subjects to use the pop-up widget first, and then the follow-me widget.  All of these users preferred the pop-up widget.  When using the follow-me widget, they seemed to think that the usability test task was to see if they could get the follow-me widget to act like the pop-up widget, so they used the pop-out option.  I had a hunch, and I asked the fifth subject to use the follow-me widget first, followed by the pop-up widget; that user strongly preferred the follow-me.  So, I think that this needs more testing.  :)  These results have not been published.</p>
<p>Thanks for your interest!</p>
<p>-Pam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie Beene</title>
		<link>http://journal.code4lib.org/articles/107/comment-page-1#comment-1134</link>
		<dc:creator>Stephanie Beene</dc:creator>
		<pubDate>Wed, 26 Nov 2008 04:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=107#comment-1134</guid>
		<description><![CDATA[Dear Pam and/or Eric:

I am conducting research at the University of Texas at Austin on the current embedded IM chat service, which uses Meebo. I have some usage statistics from the head of Reference Services and we will be conducting a series of usability studies from our end, comparing this service and Meebo. 

Do you have any usage statistics from your library? Do you have any testimonies from users or any satisfaction survey results?

Thank you!

Stephanie Beene
MSIS, the University of Texas at Austin, 2009]]></description>
		<content:encoded><![CDATA[<p>Dear Pam and/or Eric:</p>
<p>I am conducting research at the University of Texas at Austin on the current embedded IM chat service, which uses Meebo. I have some usage statistics from the head of Reference Services and we will be conducting a series of usability studies from our end, comparing this service and Meebo. </p>
<p>Do you have any usage statistics from your library? Do you have any testimonies from users or any satisfaction survey results?</p>
<p>Thank you!</p>
<p>Stephanie Beene<br />
MSIS, the University of Texas at Austin, 2009</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Sessoms</title>
		<link>http://journal.code4lib.org/articles/107/comment-page-1#comment-1048</link>
		<dc:creator>Eric Sessoms</dc:creator>
		<pubDate>Fri, 10 Oct 2008 00:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=107#comment-1048</guid>
		<description><![CDATA[Hi Kim,

Pricing information is available on our wiki here:

http://code.google.com/p/libraryh3lp/wiki/Free_or_Fee_Full_Disclosure

The service is fully hosted, including a librarian&#039;s web client that we&#039;ll be releasing in the next few days, so it is not necessary to install anything.

Support is available through our newsgroup:

http://groups.google.com/group/libraryh3lp

Commercial support is also an option for users who desire it through Altarama&#039;s RefChatter product:

http://refchatter.net/

HTH,

Eric]]></description>
		<content:encoded><![CDATA[<p>Hi Kim,</p>
<p>Pricing information is available on our wiki here:</p>
<p><a href="http://code.google.com/p/libraryh3lp/wiki/Free_or_Fee_Full_Disclosure" rel="nofollow">http://code.google.com/p/libraryh3lp/wiki/Free_or_Fee_Full_Disclosure</a></p>
<p>The service is fully hosted, including a librarian&#8217;s web client that we&#8217;ll be releasing in the next few days, so it is not necessary to install anything.</p>
<p>Support is available through our newsgroup:</p>
<p><a href="http://groups.google.com/group/libraryh3lp" rel="nofollow">http://groups.google.com/group/libraryh3lp</a></p>
<p>Commercial support is also an option for users who desire it through Altarama&#8217;s RefChatter product:</p>
<p><a href="http://refchatter.net/" rel="nofollow">http://refchatter.net/</a></p>
<p>HTH,</p>
<p>Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Shreve</title>
		<link>http://journal.code4lib.org/articles/107/comment-page-1#comment-1036</link>
		<dc:creator>Kim Shreve</dc:creator>
		<pubDate>Thu, 09 Oct 2008 15:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=107#comment-1036</guid>
		<description><![CDATA[I work for the Hesburgh Library at the University of Notre Dame as their Desktop Computer consultant and we are currently using Meebo, but find it is unstable and not reliable at all times.  Your products sounds interesting and I would like to know how much it costs to install it and use it and if there is any support on it?

Thank you,

Kimberly A. Shreve
Technical Support Analyst â€“ Consultant 
Information, Research &amp; Instructional Services 
116 Hesburgh Library, University of Notre Dame 
Phone: (574) 631-6640]]></description>
		<content:encoded><![CDATA[<p>I work for the Hesburgh Library at the University of Notre Dame as their Desktop Computer consultant and we are currently using Meebo, but find it is unstable and not reliable at all times.  Your products sounds interesting and I would like to know how much it costs to install it and use it and if there is any support on it?</p>
<p>Thank you,</p>
<p>Kimberly A. Shreve<br />
Technical Support Analyst â€“ Consultant<br />
Information, Research &amp; Instructional Services<br />
116 Hesburgh Library, University of Notre Dame<br />
Phone: (574) 631-6640</p>
]]></content:encoded>
	</item>
</channel>
</rss>
