Sending IM from Skype Web SDK to UCMA Bot - skype

I am unable to send IM from Skype Web SDK to UCMA bot endpoint. Same code works if I login as SfB desktop client user. Will Skype Web SDK supports connecting with UCMA ? Please help.
Thanks,
Suresh.

For some reason the sample downloaded from https://www.matthewproctor.com/skype-web-sdk-sending-an-instant-message didnt worked for me. I downloaded the samples provided in msdn site and it worked.
Thanks Mathew Proctor for your help.

Related

Skype Web SDK - Skype For Business Online

I am trying to work with Skype Web SDK with Skype for Business Online and I downloaded the samples provided by Microsoft, but I get an error when trying to log in (similiar to this post). I found out in the same post that the SDK doesn't support SfB Online. I also found the same answer from the Skype Web SDK FAQ.
But then I spoke to a company that specializes in corporate Skype implementation saying that SfB Online is supported by the SDK, which was contrary to what I found out.
So my question is: Is SfB Online supported by the SDK?
Any help is appreciated!
No the S4B online accounts are not supported by the Web SDK until now. it's only supported by Lync (Client) 2013 SDK.
See the comparison table here:
https://msdn.microsoft.com/en-us/library/mt124990.aspx
Update:
As of March 24 the skype web sdk now supports SfB online accounts, it has 2 versions GA and public preview and they're both support online accounts but vary in capabilities, please see the differences here:
Skype Web SDK Production Use Capabilities

how to implement Converse.js An XMPP chat client for asp.net 4.0 web site

i just found one nice article about online chatting application with converse.js i read it's documentation and i like it. how ever i just have doubt it is there this chat facility can supported with asp.net 4.0 web site. Here i just want to know about in details is it supported with .net application.
here it's tells XMPP Chat server. Is there any additional cost for purchase it. After that how i setup this server for chat facility. here it's gives advice for identity i have to manually register user with it and i can use with my own web site.
Is there any one have idea how i implement this to my web site. Step By Step
Please help me..
Since you mentioned Asp.net so I am assuming you are talking about windows platform. I am using Openfire for XMPP messaging since last 5-6 years now and it is very easy to use and stable XMPP server. You can install it on your server and then configure Converse.js and XAMPP in conjunction with it to get web client chat feature. I referred this link to configure XAMPP along with Openfire: https://community.igniterealtime.org/docs/DOC-2954
Basic steps:
1. Install Openfire
2. Install XAMPP and configure as given in above link
3. Configure Converse.js in Asp.net application

Windows Azure Access Control & WPF?

Anyone has worked with Windows Azure Access Control & WPF Client? I like authentication of Zune Client with Live ID.
I need authenticate with Windows Live ID in my WPF app.
I have a Website that works with Windows Azure Acces Control , I use claims for Roles in my website , but i need know, if its possible use this claims with WPF app.
I canĀ“t find anything about WPF & Windows Azure Access Control , only for ASP.NET
Thank you so much.!
you might look at this it explains about it.
http://social.technet.microsoft.com/wiki/contents/articles/4656.wpf-application-with-live-id-facebook-google-yahoo-open-id.aspx
Maybe this could help you. I found it in this post
First of all try the link I m sending you ... It will provide you the basic structure of how to setup your live ID : MSDN blog
You can also try this one to read more : MSDN library

Google+ integration with ASP.NET

Is there a way to post data from a ASP.NET application to Google+ account of a user. Does Google+ provide any API for the .NET platform?
Since the Google+ API is now available, you can use the Google APIs Client Library for .NET to access the API.
As of 9-7-2011, the API has not yet been released:
http://googleplusplatform.blogspot.com/
There is, however, a platform preview for which you can sign up:
http://www.google.com/+/learnmore/platform-preview/
Here is some discussion of the issue as well as some unofficial (that is to say, they will break eventually) APIs:
http://blog.programmableweb.com/2011/07/18/the-unofficial-google-plus-api-wait-which-one/

Access microsoft outlook in web

I am using asp.net. Can anybody say how do I access my Microsoft Outlook through a web application. If this is possible please explain in detail.
Thanks in advance
Regards,
s.venkatesh.
Are you perhaps trying to contact an Exchange server rather than an individual mail client? If so, have of Using .NET and WebDAV to access an Exchange server.

Resources