I am developing a chat application in C#
and .NET
with agsxmpp
. So far I have managed to do single chat and groupchat.
But now I am facing a problem with retrieving the rooms which I have already joined as a owner or member.
I have tried finding on internet about such method, but there is no such. I know there is way of finding all rooms in sever. However I want to discover only rooms which I have created, i.e. I own or I am member of.
Is there any method in agsxmpp
which allows this? or any other way to do it?
Any help is invited..