LyncPresencePlugin 0.9.6

dotnet add package LyncPresencePlugin --version 0.9.6
NuGet\Install-Package LyncPresencePlugin -Version 0.9.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LyncPresencePlugin" Version="0.9.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LyncPresencePlugin --version 0.9.6
#r "nuget: LyncPresencePlugin, 0.9.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LyncPresencePlugin as a Cake Addin
#addin nuget:?package=LyncPresencePlugin&version=0.9.6

// Install LyncPresencePlugin as a Cake Tool
#tool nuget:?package=LyncPresencePlugin&version=0.9.6

This plugin will include presence awareness for a given person field. It works on IE, Chrome and Firefox. In order for this plugin to work. To install this plugin you can use bower or via nuget



You must have Lync client installed.
Needs jquery
You will need to include the main.css and images library in the styles folder.
Overview

The way it works is you need to declare your class in the following name where presence needs to show in the following manner

<div class="author" data-user-id="john.doe@xxx.net">John Doe</div>
It loops through all items which has class author
It uses data-user-id attribute value to construct the presence. So this id must be SPID At end of the page you will see that i am initializing the object and calling InsertLyncs method which does the above two steps for you
var x= new Lync();
x.InsertLyncs();
In order to see a sample setup, please refer to index.html file.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.6 63,160 7/17/2014
0.9.5 1,239 7/9/2014
0.9.4 1,286 7/3/2014

Removed console.log