<?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/" version="2.0">
  <channel>
    <title>lekkimworld.comsametime</title>
    <link>http://lekkimworld.com/tags/sametime/</link>
    <description>IBM Lotus Notes/Domino, Websphere, IBM Connections, mobile, web, JavaScript, Java...</description>
    <language>en</language>
    <copyright>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</copyright>
    <pubDate>Sat, 19 May 2012 06:50:25 GMT</pubDate>
    <dc:creator>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:creator>
    <dc:date>2012-05-19T06:50:25Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:rights>
    <image>
      <title>lekkimworld.comsametime</title>
      <url>http://lekkimworld.com/tags/sametime/</url>
    </image>
    <item>
      <title>Notes 8.5.3 and Sametime Web API woes</title>
      <link>http://lekkimworld.com/2012/02/22/notes_8_5_3_and_sametime_web_api_woes.html</link>
      <content:encoded>&lt;p&gt;
For one of our products we are using the Sametime Web API which is a great way to Sametime enable applications outside the Notes client. Basically it uses the web container running within Notes Standard to provide a HTTP API for Sametime awareness. Great. We had an issue however after upgrading from Notes 8.5.2 to Notes 8.5.3 where Sametime awarenss stopped working but thanks to the design partner program and the help of Khuan Hoe Kong from IBM we're now back in the business. As this issue may bite others I thought I would post it here.
&lt;/p&gt;
&lt;p&gt;
Our problem was that we were using the "mystatus" and "getShortStatus" API calls to get awareness status that is we were using local calls like http://localhost:59449/stwebapi/mystatus/ and http://localhost:59449/stwebapi/getShortStatus. These calls returned JSON we could use to get awareness status and as previously mentioned these calls worked fine in Notes 8.5.2 but after going to Notes 8.5.3 (and hence a newer version of the embedded Sametime client) they stopped working. Apparently these calls were considered a security risk so there were blocked and needed to be unblocked in order to work. Below is the response from IBM.
&lt;/p&gt;
&lt;p&gt;
&lt;i&gt;For security reasons, many of the WEBApi functions are disabled by default, including the mentioned two. To enable the function, add a preference to the plugin_customization.ini in the following format:
&lt;pre&gt;
com.ibm.collaboration.realtime.webapi.&amp;lt;function&amp;gt;Enabled=true
&lt;/pre&gt;
For example, to enable the getstatusshort, you would add this preference:
&lt;pre&gt;
com.ibm.collaboration.realtime.webapi
   .getstatusshortEnabled=true
&lt;/pre&gt;
To enabled all the Web API functions you can use the global override:
&lt;pre&gt;
com.ibm.collaboration.realtime.webapi/
   enableAllWebApisOverride=true
&lt;/pre&gt;
The details of this change may be found in ST8.5.1 SDK.
&lt;/i&gt;
&lt;/p&gt;
&lt;p&gt;
While the above solution works it requires the customer to configure the client and hence wont work for us. The funny thing is that while the getstatusshort method is blocked for "security reasons" the getstatus method works just fine. Only difference is that the getstatus method returns &lt;u&gt;more&lt;/u&gt; info. Makes no sense. 
&lt;/p&gt;
&lt;p&gt;
My main reason for considering this a bad approach is that I get an HTTP code 200 back but the response is empty/invalid. That seems wrong. A better REST solution would be to return a 403 Forbidden with an explanation why. What would in my mind have been the correct solution. Hope that can be incorporated into a future release.
&lt;/p&gt;
&lt;p&gt;
But it works now so I will go back under my rock.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/api/">api</category>
      <category domain="http://lekkimworld.com/tags/ibm/">ibm</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <category domain="http://lekkimworld.com/tags/webapi/">webapi</category>
      <pubDate>Wed, 22 Feb 2012 13:18:54 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2012-02-22:default/1329916734734</guid>
      <dc:date>2012-02-22T13:18:54Z</dc:date>
    </item>
    <item>
      <title>Microsoft's chat service, Lync, going mobile as well</title>
      <link>http://lekkimworld.com/2011/12/25/microsofts_chat_service_lync_going_mobile_as_well.html</link>
      <content:encoded>&lt;p&gt;
Just on the heels of the Lotus Sametime for iOS / Android release comes the release of Microsoft Lync for iPad and iPhone that is a chat client for Microsofts on-premises and cloud based chat solution. It will be interesting to see if Microsoft too is using push-notifications for out-of-app chat notification to save on battery. One of the nice things about the announcement is to see how Microsoft chose to have their mobile solution work with their cloud based offering right away - something Lotus has failed to do with Sametime on LotusLive (still looking for an announcement as to when LotusLive will support the iOS apps). More on the apps at &lt;a href="http://www.winsupersite.com/blog/supersite-blog-39/iphone/microsoft-lync-2010-iphone-ipad-141672"&gt;winsupersite.com&lt;/a&gt;. 
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/lync/">lync</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <pubDate>Sun, 25 Dec 2011 09:36:24 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2011-12-25:default/1324805784859</guid>
      <dc:date>2011-12-25T09:36:24Z</dc:date>
    </item>
    <item>
      <title>Stommunity - now released as open source on OpenNTF.org</title>
      <link>http://lekkimworld.com/2011/07/15/stommunity_now_released_as_open_source_on_openntf_org.html</link>
      <content:encoded>&lt;p&gt;
As you might recall we at &lt;a href="http://www.ontimesuite.com"&gt;IntraVision&lt;/a&gt; some time back quit running Lotus Sametime on-premises and switched to LotusLive. This wasn't without issues and I also blogged about the apparent lack of public groups in my "&lt;a href="http://lekkimworld.com/2011/01/11/using_lotuslive_for_sametime_2_months_in.html"&gt;Using LotusLive for Sametime - 2 months in&lt;/a&gt;" post a couple of months ago. After experiencing this issue I talked to &lt;a href="http://twitter.com/erikvos"&gt;Erik Vos&lt;/a&gt; from RealConnections in the Netherlands at NLLUG. Erik was also having the same problem for his SaaS customers so we worked together to develop a proof-of-concept Notes sidebar plugin called &lt;a href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=Stommunity"&gt;Stommunity&lt;/a&gt; to work around the issue. The name Stommunity plays on the words Sametime (ST) and (LotusLive) Community.
&lt;/p&gt;
&lt;p&gt;
So what does the plugin do?
&lt;/p&gt;
&lt;p&gt;
The plugin synchronizes your LotusLive communities with your Lotus Sametime client and creates private groups based on the LotusLive communities you are a member of (and that you select for synchronization). This mimics the missing public group feature of LotusLive Sametime. The below screenshot shows a Sametime client with 4 communities synchronized from LotusLive.
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;img src="http://lekkimworld.com/images/sametime/stommunity/sametime_client.png" /&gt;
&lt;/p&gt;
&lt;p&gt;
So how does the plugin work?
&lt;/p&gt;
&lt;p&gt;
The plugin sits as a sidebar plugin in your Lotus Notes client and monitors your Sametime client for when it logs into LotusLive Sametime. Once a login is detected it reads the communities the active user is a member of using the LotusLive REST API and shows a list of the communities. The user may then select the communities to synchronize with Sametime. The below screenshot shows the Stommunity plugin waiting for the user to log into Sametime.
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;img src="http://lekkimworld.com/images/sametime/stommunity/stommunity_not_logged_into_sametime.png" /&gt;
&lt;/p&gt;
&lt;p&gt;
Once logged in the communities is read from LotusLive. In the below screenshot you can see that the user is a member of a couple of communities but only one is synchronized with Sametime.
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;img src="http://lekkimworld.com/images/sametime/stommunity/stommunity_logged_into_sametime_1community.png" /&gt;
&lt;/p&gt;
&lt;p&gt;
After selecting an additional community and clicking Apply the community is synchronized to Sametime and a private group is created. The below screenshot shows the Sametime client after synchronizing the BlueExtend community with the Sametime client.
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;img src="http://lekkimworld.com/images/sametime/stommunity/stommunity_logged_into_sametime_2communities.png" /&gt;
&lt;/p&gt;
&lt;p&gt;
So why only a proof-of-concept and not a ready-to-roll plugin?
&lt;/p&gt;
&lt;p&gt;
While developing the plugin we discussed the license implications of a plugin like this. When you sign up for LotusLive Engage you receive a Sametime Entry license which means you may not use the Sametime API which again means that a plugin like this cannot work (from a licensing standpoint). That alone made the project a dead-end and after working a bit with IBM on this it became clear that changing the licensing agreement wasn't in the books. Due to this we are releasing the plugin as a proof-of-concept with open source on OpenNTF hoping that it may inspire someone. 
&lt;/p&gt;
&lt;p&gt;
Looking at the plugin as it is now I see a lot of potential. Of course the selection of communities needs to be pushed into the preferences but as a LotusLive customer it would be really cool to have. I imagine an auto-sync option being added as well as an option to just sync all and change (or remove) the prefix I automatically add now ("LL Community:"). Think of having a policy option to automatically make certain, company wide, communities be synchronized to all users (or a set of users). Maybe even controlled from within LotusLive. Now that would be cool and bridge the gap between the products. One could even argue that a plugin like this should be a standard component that should come bundled with LotusLive Notes.
&lt;/p&gt;
&lt;p&gt;
Anyways - I hope it may inspire the LotusLive teams.
&lt;/p&gt;
&lt;p&gt;
The Stommunity plugin may be found on &lt;a href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=Stommunity"&gt;OpenNTF.org&lt;/a&gt; and the code may be downloaded from the SVN repository. See below for links to each.
&lt;/p&gt;
&lt;h3&gt;Links and resources&lt;/h3&gt;
&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=Stommunity"&gt;Stommunity project page on Openntf.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://svn-166.openntf.org/svn/Stommunity"&gt;SVN repository&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/lotuslive/">lotuslive</category>
      <category domain="http://lekkimworld.com/tags/ontime/">ontime</category>
      <category domain="http://lekkimworld.com/tags/ontimesuite/">ontimesuite</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <category domain="http://lekkimworld.com/tags/stommunity/">stommunity</category>
      <pubDate>Fri, 15 Jul 2011 11:57:34 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2011-07-15:default/1310731054625</guid>
      <dc:date>2011-07-15T11:57:34Z</dc:date>
    </item>
    <item>
      <title>March Lotus Technical Information and Education (LTIE) community meeting</title>
      <link>http://lekkimworld.com/2011/03/03/march_lotus_technical_information_and_education_ltie_community_meeting.html</link>
      <content:encoded>&lt;p&gt;
If you're interested in plugin development and the recently published &lt;a href="http://bit.ly/pluginredwiki"&gt;RedWiki on plugin development for Lotus Notes, Sametime and Symphony&lt;/a&gt; (easy url is &lt;a href="http://bit.ly/pluginredwiki"&gt;http://bit.ly/pluginredwiki&lt;/a&gt;) be sure to join us for the March March Lotus Technical Information and Education (LTIE) community meeting. The conference call will be on 22 March at 10am Central Time (10am Eastern, 3pm CET).
&lt;/p&gt;
&lt;p&gt;
For more info head over to the &lt;a href="https://greenhouse.lotus.com/wikis/home?lang=en#/wiki/W6696b8ac7465_4a5f_9327_94f1a5d82132"&gt;Lotus Technical Information and Education wiki&lt;/a&gt; on Lotus Greenhouse (look under "When we meet" at the bottom of the page).</content:encoded>
      <category domain="http://lekkimworld.com/tags/java/">java</category>
      <category domain="http://lekkimworld.com/tags/notes/">notes</category>
      <category domain="http://lekkimworld.com/tags/notes8/">notes8</category>
      <category domain="http://lekkimworld.com/tags/notes85/">notes85</category>
      <category domain="http://lekkimworld.com/tags/plugins/">plugins</category>
      <category domain="http://lekkimworld.com/tags/redbook/">redbook</category>
      <category domain="http://lekkimworld.com/tags/redwiki/">redwiki</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <pubDate>Thu, 03 Mar 2011 07:57:37 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2011-03-03:default/1299139057843</guid>
      <dc:date>2011-03-03T07:57:37Z</dc:date>
    </item>
    <item>
      <title>Using LotusLive for Sametime - 2 months in</title>
      <link>http://lekkimworld.com/2011/01/11/using_lotuslive_for_sametime_2_months_in.html</link>
      <content:encoded>&lt;p&gt;
I previously wrote about how we shutdown our Sametime servers and moved to LotusLive for Sametime ("&lt;a href="http://lekkimworld.com/2010/12/09/why_we_shut_down_our_sametime_servers.html"&gt;Why we shutdown our Sametime servers&lt;/a&gt;"). About 2 months after making the switch I thought it was a good time to sum to the experience and whether it's a move we're happy with.
&lt;/p&gt;
&lt;p&gt;
There's nothing to be said about performance or uptime which has been flawless. Users are happily chatting away and the worries that some had about being available for customer chat in off hours (because we are now in the same community as customers and partners) hasn't been a problem. Whether it's really not a problem or whether customers and partners haven't found us to LotusLive is unclear. Only thing I've heard from users is that it's a real pain no longer having public groups to help them maintain their buddylist. Previously many used public groups such as "Sales" or "Developers" to automatically maintain their buddylist but the concept of public, shared, groups are not available in LotusLive. That's a real shame. Same goes for LotusLive meetings which has taken over from Sametime meetings without any issues at all.
&lt;/p&gt;
&lt;p&gt;
All in all I haven't heard anything from users that would make us want to go back to running our own Sametime environment.
&lt;/p&gt;
&lt;p&gt;
Now from the technical side of fence I find the lack of groups really annoying. I also find the fact that file transfer isn't allowed by policy annoying and frustrating. Using Sametime as a quick way to move a file between colleagues was really nice and having to resort to drives or e-mail is so 1990's... As a LotusLive (Engage) customer &lt;/p&gt;
&lt;p&gt;
I'm also finding that lack of tools for automated user management (creation, modify, deletion) irritating and frustrating. I've heard about a LDAP sync tool or using TDI but not something I have found solid information on. The tools might be there and but they're hardly easy to find or come by from my point of view. The result is that we have to manually make sure that users update their profile with current information which is time consuming and far from ideal.
&lt;/p&gt;
&lt;p&gt;
In conclusion however...
&lt;/p&gt;
&lt;p&gt;
Despite all this I still find that the move was a good one and I'm hoping that some of the above can be solved in the near future. I have a list of LotusLive questions lined up for Lotusphere 2011 so if you're in the developer lab and know something about LotusLive I want to talk to you. 
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/lotuslive/">lotuslive</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <pubDate>Tue, 11 Jan 2011 08:08:56 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2011-01-11:default/1294733336752</guid>
      <dc:date>2011-01-11T08:08:56Z</dc:date>
    </item>
    <item>
      <title>Why we shut down our Sametime servers</title>
      <link>http://lekkimworld.com/2010/12/09/why_we_shut_down_our_sametime_servers.html</link>
      <content:encoded>&lt;p&gt;
I have been getting shocked looks the last couple of weeks when I told customers that we shut down our Sametime servers as part of the move to our new offices. Why would we do such a thing? Well it's not like we didn't utilize Sametime heavily in our day to day work and it's not like we haven't touted the benefits of Sametime far and wide. 
&lt;/p&gt;
&lt;p&gt;
So why did we do this? Well it was a simple calculation of hours spent on maintaining our own environment vs. the benefits of having our own environment.
&lt;/p&gt;
&lt;p&gt;
After installing Sametime 8.5.1 internally and getting it to run we realized that it didn't make any sense for us, a 25 person company, to operate our own Sametime environment. A community server maybe but then what about meetings? (and yes we know about "Sametime classic") It made sense from a training and test perspective but that's about it and as we don't mess with the production system for testing purposes we needed multiple systems. So it was actually an easy decision. So as of 3 weeks aro we drew a line in the sand and shut down all the Sametime related servers (all 5 of them). 
&lt;/p&gt;
&lt;p&gt;
Instead of running our own Sametime environment we're now mixing it up by combining on-premise and in-cloud services by signing up for LotusLive Engage. We've registered all employees with our company account and we're now using Sametime as part of LotusLive. As an added benefit we also get access to communities, activities and meetings as part of LotusLive and it's great. We're loving it.
&lt;/p&gt;
&lt;p&gt;
Making the switch from on-premise to in-cloud hasn't been without issues and questions that needed to be addressed. Some of what we've been discussing internally has been
&lt;ul&gt;
&lt;li&gt;what do we do now when there are no central groups for departments within the company?&lt;/li&gt;
&lt;li&gt;what password do I use?&lt;/li&gt;
&lt;li&gt;what does it mean to be part of a bigger infrastructure such as LotusLive?&lt;/li&gt;
&lt;li&gt;what does it mean to be a network contact?&lt;/li&gt;
&lt;li&gt;who can I contact on Sametime in LotusLive?&lt;/li&gt;
&lt;li&gt;how do I control my visibility within the greater LotusLive network?&lt;/li&gt;
&lt;/ul&gt;
While some of these questions have easy answers some of them also highlight key weaknesses. For instance when moving from on-premise Sametime to in-cloud Sametime you loose public groups - there's no way of adding all from Sales to my buddy list. You loose privacy controls in Sametime (who can see me online when). You loose the ability to see Sametime awareness in Lotus Notes applications as you're known by your e-mail address in LotusLive and not your Notes qualified name. 
&lt;/p&gt;
&lt;p&gt;
Some of these points can be worked around and some can be addressed by training but some are more serious and needs to be addressed. The lack of awareness in Notes applications is severely limiting and frustrating - I hope something will be done about this. As to the groups thing I'm working with IBM and a Dutch business partner on addressing this using plugin technology.
&lt;/p&gt;
&lt;p&gt;
Overall however we're happy with the move and although there has been bumps along the way our server room is a lot quieter and we're drawing fewer watts. As of now we're one happy on-premise/in-cloud customer and we're still chatting away in Sametime.
&lt;/p&gt;
&lt;p&gt;
See it wasn't as bad as one could have thought... :-)
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/lotuslive/">lotuslive</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <pubDate>Thu, 09 Dec 2010 14:37:55 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2010-12-09:default/1291905475312</guid>
      <dc:date>2010-12-09T14:37:55Z</dc:date>
    </item>
    <item>
      <title>Why I'm not using the Lotus Expeditor Toolkit</title>
      <link>http://lekkimworld.com/2010/09/15/why_im_not_using_the_lotus_expeditor_toolkit.html</link>
      <content:encoded>&lt;p&gt;
Every time I get questions on developing plugins for the Lotus Notes 8 platform I mention that I really can't comment too much on Lotus Expeditor Toolkit installation and usage questions. The reason is that I do not use the toolkit when developing for Lotus Notes. Since I get the question so much I thought I would take it to the blog as well.
&lt;/p&gt;
&lt;p&gt;
The main reason I started developing for Lotus Notes without the Lotus Expeditor Toolkit was due to two reasons:
&lt;ol&gt;
&lt;li&gt;Because I kept receiving new betas of the Lotus Notes client from IBM Lotus and because XPD toolkit wouldn't work with these betas&lt;/li&gt;
&lt;li&gt;I wanted to use newer Eclipse versions than what the XPD toolkit supported&lt;/li&gt;
&lt;/ol&gt;
It's not that I don't find the toolkit valuable but for the work I do it isn't a requirement.
&lt;/p&gt;
&lt;p&gt;
I understand why you might want to use Lotus Expeditor Toolkit as it may be considered easier (if you're not so Eclispe savy), because you have to! or because you  need to switch target platform often (Notes -&amp;gt; Symphony -&amp;gt; Sametime).
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/eclipse/">eclipse</category>
      <category domain="http://lekkimworld.com/tags/lotus_expeditor/">lotus_expeditor</category>
      <category domain="http://lekkimworld.com/tags/notes85/">notes85</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <pubDate>Wed, 15 Sep 2010 06:25:40 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2010-09-15:default/1284531940902</guid>
      <dc:date>2010-09-15T06:25:40Z</dc:date>
    </item>
    <item>
      <title>Policy control over business card retrieval settings and retrieval order</title>
      <link>http://lekkimworld.com/2010/06/11/policy_control_over_business_card_retrieval_settings_and_retrieval_order.html</link>
      <content:encoded>&lt;p&gt;
&lt;strong&gt;Disclaimer:&lt;/strong&gt; The following is from the release notes of Notes 8.5.2 so I don't take credit for writing this. Lotus Notes 8.5.2 is in beta and there are no guarantees that the features described here will be in the final product that IBM ships. 
&lt;/p&gt;
&lt;p&gt;
You can access a person's business card to find out more about the person and retrieve their contact information. The following products can potentially provide the data that is displayed in the business card:
&lt;ul&gt;
&lt;li&gt;Lotus Connections&lt;/li&gt;
&lt;li&gt;Lotus Notes&lt;/li&gt;
&lt;li&gt;Lotus Sametime&lt;/li&gt;
&lt;/ul&gt;
If you have more than two of these products installed and enabled, you might want to specify which product should serve as the primary source of the business card data or you might want to prevent one of the products from contributing to the business card altogether. This is not a required task.
&lt;/p&gt;
&lt;p&gt;
To prioritize the source of the business card data, complete the following steps:
&lt;ol&gt;
&lt;li&gt;Find the plugin_customization.ini file in the following directory: &amp;lt;Notes&amp;gt;/framework/rcp&lt;/li&gt;
&lt;li&gt;Open the plugin_customization.ini file in a text editor&lt;/li&gt;
&lt;li&gt;Do one of the following:
&lt;ul&gt;
&lt;li&gt;To prevent one of the products from being the source of the business card data, add the following property to the file:
com.ibm.rcp.bizcard/disable.content.for.&amp;lt;provider_name&amp;gt;=true
where &amp;lt;provider_name&amp;gt; is one of the following values:
&lt;ul&gt;
&lt;li&gt;Lotus Connections: profiles&lt;/li&gt;
&lt;li&gt;Lotus Notes: NotesContacts&lt;/li&gt;
&lt;li&gt;Lotus Sametime: com.ibm.lconn.client.bizcard.livename&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;To change the order of products from which to retrieve the business card data, add a com.ibm.rcp.bizcard/change.priority.for.&amp;lt;provider_name&amp;gt;=&amp;lt;priority&amp;gt; property for each of the supported products where &lt;provider_name&gt; is one of the following values:
&lt;ul&gt;
&lt;li&gt;Lotus Connections: profiles&lt;/li&gt;
&lt;li&gt;Lotus Notes: NotesContacts&lt;/li&gt;
&lt;li&gt;Lotus Sametime: com.ibm.lconn.client.bizcard.livename
and &amp;lt;priority&amp;gt; is a relevant alphabetic character. Use letters that come later in the alphabet to specify higher priority products and letters that come earlier in the alphabet to specify products with a lower priority. For example, a priority of A is lower than a priority of B. &lt;/li&gt;
&lt;/ul&gt;
By default, the business card is populated with data from the products in the following order:
&lt;ul&gt;
&lt;li&gt;Lotus Connections&lt;/li&gt;
&lt;li&gt;Lotus Sametime&lt;/li&gt;
&lt;li&gt;Lotus Notes &lt;/li&gt;
&lt;/ul&gt;
You can change the order and have the business card retrieve data from Notes first, then Lotus Connections, then Sametime, for example:
&lt;pre&gt;
com.ibm.rcp.bizcard/change.priority.for.NotesContacts=G
com.ibm.rcp.bizcard/change.priority.for.profiles=E
com.ibm.rcp.bizcard/change.priority.for.com.ibm
     .lconn.client.bizcard.livename=C
&lt;/pre&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;Save the changes to the file.&lt;/li&gt;
&lt;li&gt;Restart Notes.&lt;/li&gt;
&lt;/ol&gt;
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/businesscard/">businesscard</category>
      <category domain="http://lekkimworld.com/tags/lotus_connections/">lotus_connections</category>
      <category domain="http://lekkimworld.com/tags/notes85/">notes85</category>
      <category domain="http://lekkimworld.com/tags/notes852/">notes852</category>
      <category domain="http://lekkimworld.com/tags/sametime/">sametime</category>
      <category domain="http://lekkimworld.com/tags/userinfo/">userinfo</category>
      <pubDate>Fri, 11 Jun 2010 08:01:21 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2010-06-11:default/1276243281506</guid>
      <dc:date>2010-06-11T08:01:21Z</dc:date>
    </item>
  </channel>
</rss>


