Click here to Skip to main content
15,885,956 members
Articles / Desktop Programming / Windows Forms

Google Chat Desktop Application using Jabber.Net

Rate me:
Please Sign up or sign in to vote.
4.83/5 (40 votes)
20 Mar 2009Public Domain1 min read 276.9K   18.9K   112  
A simple Google chat ( gtalk ) application using Jabber.Net

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gtalk", "Gtalk\Gtalk.csproj", "{CD74B9DD-0293-457F-8E2B-3E03B6F2F551}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{CD74B9DD-0293-457F-8E2B-3E03B6F2F551}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CD74B9DD-0293-457F-8E2B-3E03B6F2F551}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CD74B9DD-0293-457F-8E2B-3E03B6F2F551}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CD74B9DD-0293-457F-8E2B-3E03B6F2F551}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Software Developer
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions