<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>lekkimworld.com - Sametime category</title>
  <link>http://lekkimworld.com/categories/sametime/</link>
  <description>a blog about lotus notes, domino, sametime, expeditor and a whole lot of java...</description>
  <language>en</language>
  <copyright>Mikkel Heisterberg (mh [at] intravision [dot] dk</copyright>
  <lastBuildDate>Wed, 01 Jul 2009 21:13:46 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  <image>
    <url>http://pebble.sourceforge.net/common/images/powered-by-pebble.gif</url>
    <title>lekkimworld.com (Sametime category)</title>
    <link>http://lekkimworld.com/</link>
  </image>
  
  
  <item>
    <title>Sametime business card data cache</title>
    <link>http://lekkimworld.com/2009/06/26/sametime_business_card_data_cache.html</link>
    
      
        <description>
          &lt;p&gt;
The Sametime client has a cache of the information it has fetched from the business card (aka blackbox) system on a per user basis. This is both the textual data and the image data. In case your Sametime client displays stale data you can do one of two things:
&lt;ol&gt;
&lt;li&gt;Right-click the contact and select &#034;Refresh Person Info&#034;. This will make Sametime refetch the data from the Sametime server.&lt;/li&gt;
&lt;li&gt;Clear the cache from disk.&lt;/li&gt;
&lt;/ol&gt;
In some cases option 1 wont work although it&#039;s far far the easiest. I have seen this when changing the person image format (e.g. from jpg til gif). In this case you may need to clear the cache from disk.
&lt;/p&gt;
&lt;p&gt;
So where is this cache? Well if you open the &#034;workspace\.metadata\.plugins\com.ibm.collaboration.realtime.people.impl\PersonCache&#034; directory beneath your Notes data directory you&#039;ll see a directory per Sametime community you&#039;re connected to. In each of these directories you&#039;ll find
&lt;ul&gt;
&lt;li&gt;an .index file containing a list of the known users&lt;/li&gt;
&lt;li&gt;an XML file per user with person info&lt;/li&gt;
&lt;li&gt;a picture, if any, of the user&lt;/li&gt;
&lt;/ul&gt;
If you want to purge the cache for a community you can close the Notes client, clear the contents of the .index file (you may be able to delete the file altogether but I haven&#039;t tried) and delete the xml and image files. When you restart Notes and hover over a Sametime contact the client will refetch the business card data.
&lt;/p&gt;
&lt;p&gt;
Easy.
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Sametime</category>
    
    <comments>http://lekkimworld.com/2009/06/26/sametime_business_card_data_cache.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2009/06/26/sametime_business_card_data_cache.html</guid>
    <pubDate>Fri, 26 Jun 2009 12:38:40 GMT</pubDate>
  </item>
  
  <item>
    <title>Sametime blackboxes and CommonField tag - keep your eyes open!</title>
    <link>http://lekkimworld.com/2009/06/22/sametime_blackboxes_and_commonfield_tag_keep_your_eyes_open.html</link>
    
      
        <description>
          &lt;p&gt;
I have written quite a &lt;a href=&#034;http://lekkimworld.com/tags/blackbox/&#034;&gt;couple of posts about Sametime blackboxes&lt;/a&gt; over time on how to write your own and how to configure multiple blackboxes to fetch business card data from multiple sources. I wrote some articles in THE VIEW on the matter and I wrote the backbox used on the &lt;a href=&#034;http://www.bleedyellow.com&#034;&gt;Bleedyellow&lt;/a&gt; site to fetch business card from Lotus Connections. 
&lt;/p&gt;
&lt;p&gt;
One of the critical pieces in the Sametime blackbox puzzle is the &amp;lt;CommonField CommonFieldName=&#034;fieldname&#034;/&amp;gt; tag from the userinfoconfig.xml (the file used to configure the blackbox system). This tag is used to indicate to the blackbox subsystem which field from the primary blackbox should be used to identify the user being queried in subsequent blackboxes. Unfortunately I have seen over the last couple of implementations I have done that this tag cannot be relied upon anymore. 
&lt;/p&gt;
&lt;p&gt;
In the last two implementations I have done I&#039;m seeing that the UID from the context being sent to the secondary (and tertiary) blackbox is the distinguished name (i.e. the LDAP DN or Notes DN) rather than the e-mail address is specified in userinfoconfig.xml. These implementations are primarily based on Domino 8.0.2 and Sametime 8.0.1. In these implementations I have had to write code to &#034;re-lookup&#034; the e-mail address in LDAP based on the DN. 
&lt;/p&gt;
&lt;p&gt;
I&#039;m trying to get IBM to react to this fact but no luck so far. I&#039;ll keep you posted...
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Sametime</category>
    
    <comments>http://lekkimworld.com/2009/06/22/sametime_blackboxes_and_commonfield_tag_keep_your_eyes_open.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2009/06/22/sametime_blackboxes_and_commonfield_tag_keep_your_eyes_open.html</guid>
    <pubDate>Mon, 22 Jun 2009 19:41:42 GMT</pubDate>
  </item>
  
  <item>
    <title>Sametime Web API disabled by default</title>
    <link>http://lekkimworld.com/2008/10/08/sametime_web_api_disabled_by_default.html</link>
    
      
        <description>
          &lt;p&gt;
Apparently the Sametime Web API is disabled by default (at least as of Notes 8.5 beta 2). This is important since Lotus Connections and other newer wen products from Lotus use the Sametime Web API in the Sametime Connect client / Sametime embedded in Notes for awareness. For more info see &lt;a href=&#034;http://lekkimworld.com/2008/09/04/the_story_on_lotus_connections_2_0_and_sametime_awareness.html&#034;&gt;this post&lt;/a&gt;).
&lt;/p&gt;
&lt;p&gt;
To enable the Sametime Web API do as follows:
&lt;ol&gt;
&lt;li&gt;Close Notes&lt;/li&gt;
&lt;li&gt;Find your plugin_customization.ini File (in &amp;lt;Notes binary directory&amp;gt;/framework/rcp)&lt;/li&gt;
&lt;li&gt;Open the file in an editor and toggle the value of &#034;com.ibm.collaboration.realtime.webapi/startWebContainer&#034; from false to true (of the line is not there simply add it)&lt;/li&gt;
&lt;li&gt;Save, close and start Notes&lt;/li&gt;
&lt;/ol&gt;
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Sametime</category>
    
    <comments>http://lekkimworld.com/2008/10/08/sametime_web_api_disabled_by_default.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2008/10/08/sametime_web_api_disabled_by_default.html</guid>
    <pubDate>Wed, 08 Oct 2008 05:47:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Sametime Awareness Simulator finally available for download</title>
    <link>http://lekkimworld.com/2008/07/24/sametime_awareness_simulator_finally_available_for_download.html</link>
    
      
        <description>
          &lt;p&gt;
&lt;img src=&#034;http://lekkimworld.com/images/iv/Logo-til-import.gif&#034; style=&#034;float: right&#034; /&gt;The Sametime Awareness Simulator is sponsored and brought to you by &lt;a href=&#034;http://www.intravision.dk&#034;&gt;IntraVision&lt;/a&gt; the maker of OnTime Group Calendar, the leading provider of group calendar and meeting room booking and managing software for the Lotus Notes platform. Read more at &lt;a href=&#034;http://ontimesuite.com&#034;&gt;ontimesuite.com&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Announcement&lt;/b&gt;
&lt;br/&gt;
I&#039;m happy to announce that the Sametime Awareness Simulator is finally available for general download from the applications main page (&lt;a href=&#034;http://lekkimworld.com/sas&#034;&gt;lekkimworld.com/sas&lt;/a&gt;). More information such as installation instructions, how-to-use information etc. can be found at that page too.
&lt;/p&gt;
&lt;p&gt;
Comments more than welcome.
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Sametime</category>
    
    <comments>http://lekkimworld.com/2008/07/24/sametime_awareness_simulator_finally_available_for_download.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2008/07/24/sametime_awareness_simulator_finally_available_for_download.html</guid>
    <pubDate>Thu, 24 Jul 2008 07:33:23 GMT</pubDate>
  </item>
  
  <item>
    <title>Part 2 of the blackbox article published</title>
    <link>http://lekkimworld.com/2008/05/22/part_2_of_the_blackbox_article_published.html</link>
    
      
        <description>
          &lt;p&gt;
The second and final article in my series on Sametime blackboxes (&lt;a href=&#034;http://www.eview.com/eview/volr6.nsf/2a8bf6b62c61b60585256f2500684630/5ac97f68b3b0946b85257448003d3a03?OpenDocument&#034;&gt;Configuring the Sametime business card system, Part 2: Reach more data with custom blackboxes&lt;/a&gt;) has been published at the THE VIEW website and will be out in the May/June issue. &lt;/p&gt;
&lt;p&gt;
Where as the &lt;a href=&#034;http://www.eview.com/eview/volr6.nsf/2a8bf6b62c61b60585256f2500684630/8cad8a2c427611578525740200440f22?OpenDocument&#034;&gt;first article&lt;/a&gt; primarily focused on configuration and setup of the blackbox system the second article describes how to develop your own custom blackbox implementations. One of the blackboxes I describe is the one I developed for the &lt;a href=&#034;http://www.bleedyellow.com&#034;&gt;bleedyellow.com Sametime&lt;/a&gt; server. This implementation retrieves business card data from Lotus Connections.
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Sametime</category>
    
    <category>Java</category>
    
    <comments>http://lekkimworld.com/2008/05/22/part_2_of_the_blackbox_article_published.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2008/05/22/part_2_of_the_blackbox_article_published.html</guid>
    <pubDate>Thu, 22 May 2008 10:34:13 GMT</pubDate>
  </item>
  
  <item>
    <title>Sametime screencapture tool</title>
    <link>http://lekkimworld.com/2008/04/08/sametime_screencapture_tool.html</link>
    
      
        <description>
          &lt;p&gt;
Although I have &lt;a href=&#034;http://lekkimworld.com/2008/02/29/sametime_screencapture_problems_on_vista.html&#034;&gt;previously been having problems&lt;/a&gt; with the screencapture tool in Sametime I still use it a lot. Today I was surprised to discover that it uses the clipboard to transfer data between the screencapture component and the text input box. The clipboard is also used when sending the captured data directly to the chat partner. The fact that any unsent message in the text area is lot when doing that is a topic for another post.
&lt;/p&gt;
&lt;p&gt;
Using the clipboard is fine by then why isn&#039;t the contents of the clipboard restored after submitting? What if I had some important stuff on the clipboard I was using? Hmm... To me this isn&#039;t a nice user experience. 
&lt;/p&gt;
&lt;p&gt;
P.S.: I&#039;m running Sametime 8 in Notes 8.0.1.
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Sametime</category>
    
    <comments>http://lekkimworld.com/2008/04/08/sametime_screencapture_tool.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2008/04/08/sametime_screencapture_tool.html</guid>
    <pubDate>Tue, 08 Apr 2008 09:12:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Re: (y) becomes _</title>
    <link>http://lekkimworld.com/2008/03/04/re_y_becomes.html</link>
    
      
        <description>
          &lt;p&gt;
I think it&#039;s a bug in the chat window display since inserting a space after the emoticon once you have written some more text displays the emoticon.
&lt;/p&gt;
&lt;p&gt;
I did a video of the bug but for some reason Youtube wont convert it so please download it &lt;a href=&#034;http://lekkimworld.com/files/notes8/801/disappearing_smiley_sametime801.avi&#034;&gt;here&lt;/a&gt;.
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Sametime</category>
    
    <comments>http://lekkimworld.com/2008/03/04/re_y_becomes.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2008/03/04/re_y_becomes.html</guid>
    <pubDate>Tue, 04 Mar 2008 13:36:52 GMT</pubDate>
  </item>
  
  <item>
    <title>(y) becomes _</title>
    <link>http://lekkimworld.com/2008/03/04/y_becomes.html</link>
    
      
        <description>
          &lt;p&gt;
Am I the only one where typing (y) in the Sametime chat windows doesn&#039;t result in the yes-emoticon but an underscore instead? We&#039;re seeing this across the office on Notes 8.0.1 Standard.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Update:&lt;/b&gt; Now :-D also turn into an underscore instead of a grin-emoticon and apparently it happens in both ends of the conversation. Restarting the chat doesn&#039;t solve the problem.
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Sametime</category>
    
    <comments>http://lekkimworld.com/2008/03/04/y_becomes.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2008/03/04/y_becomes.html</guid>
    <pubDate>Tue, 04 Mar 2008 11:26:00 GMT</pubDate>
  </item>
  
  </channel>
</rss>
