Here you can find links to existing XMPP libraries written in C# http://xmpp.org/software/libraries.shtml#csharp
Enjoy! -- Abhinav Singh, Founder, Jaxl Inc. Bangalore, India http://abhinavsingh.com/blog ________________________________ From: Jonathan Dickinson <[email protected]> To: [email protected] Sent: Wed, August 18, 2010 7:01:18 PM Subject: Re: [jdev] Help required regarding XMPP client for Windows Mobile 7 Hi Waqar, >From what I remember newer versions of Silverlight do support sockets. At any rate, if you can't use sockets then BOSH is your solution (http://xmpp.org/extensions/xep-0206.html). Writing an XMPP client API is a big undertaking, none-the-less here are the specs (you will need to read them yourself; and come back with any questions): http://xmpp.org/protocols/#base. To get started you will be interested in: * Jabber Client * Presence and IM Session Establishment * Resource Binding * Simple Authentication and Security Layer * Stanza Errors * Stream Errors * Transport Layer Security * XML Streams It's a lot of knowledge to digest; but is a great way to get started with internet protocols. Enjoy! From: Waqar Ali Khan Sent: Wednesday, August 18, 2010 2:33 AM To: [email protected] Subject: [jdev] Help required regarding XMPP client for Windows Mobile 7 Hello, Actually i have a project of Windows Mobile 7 in which u wud know better than me that we have only http protocol available no socks etc... Now the problem is that i m very new in XMPP i read complete 3 days about XMPP at their site and different Blogs but didn't found information that i needed, if you guys guide me then i can probably work on it. The scenario is that I have to make a library like thing for C# silverlight (Windows Mobile 7) which can be used to connect to any XMPP server and chat using it. Now i have problems understanding that i know we have to send XML data and retrieve the response as well in XML but i don't know how to begin means i just have to use http, i don't wanna use any type of library i want to make every thing by my self, i know the steps/syntax to communicate with server like sending XML chunks and parsing the response but where do i make request and how do i make request which URL i don't understand these things once i know how to connect to any server using only http then i'll play around with it but.. :( I hope u understand my problem, just guide me how to achieve it, i saw and tried Matrix thing its awesome but can't see its code, actually i don't want its code, i won't be able to understand it i am just beginner and want to write everything from the scratch to make a client for XMPP. Please if u help me then it wud be a great favor for me, Waiting for your kind reply :( -- Waqar Ali Khan ________________________________ _______________________________________________ JDev mailing list Forum: http://www.jabberforum.org/forumdisplay.php?f=20 Info: http://mail.jabber.org/mailman/listinfo/jdev Unsubscribe: [email protected] _______________________________________________
_______________________________________________ JDev mailing list Forum: http://www.jabberforum.org/forumdisplay.php?f=20 Info: http://mail.jabber.org/mailman/listinfo/jdev Unsubscribe: [email protected] _______________________________________________
