pgstath / Sharp.Xmpp

Sharp.Xmpp is looking for a maintainer! Unfortunatelly I do not have currently the time needed to maintain the library. Luckily a small but vibrant community has evolved around Sharp.Xmpp. If you would like to be the project's maintainer please sent an email to pgstath@gmail.com. This should include issues, tickets and commits that you have done for Sharp.Xmpp or other similar project. Sharp.Xmpp is a multiplatform, Windows and Android, .NET XMPP client assembly.Sharp.Xmpp supports IM functionality & a variety of XMPP extensions, is simple and is extensively tested against Android Xamarin. It is a fork of the currently frozen excellent S22.Xmpp project. Sharp.Xmpp will be at the FOSSDEM 2016 Real time DevRoom!
Other
84 stars 51 forks source link

group chat functionality #5

Closed YonathanFeyessa closed 9 years ago

YonathanFeyessa commented 9 years ago

how can one build group chat functionality? thanks

pgstath commented 9 years ago

You can see https://github.com/pgstath/Sharp.Xmpp/issues/1. One should implement http://xmpp.org/extensions/xep-0045.html, which is not one of the simplest XMPP specs. I could guide you through Sharp.Xmpp "internals" and how you can start writing an extension, but it will require some effort in order to develop a fully compliant solution.