Subject: Can find the user status in XMPP Server ?
Hi !
I am using wildfire XMPP Server and Agsxmpp DLL
Here my project i have logon as a admin
username: admin
server : liyasker
xmppclientconnection.open(,,,,,,,,)
i am watching user presence those who are online and ofline using
On-presence event().
meanwhile i need one thread . It should run and get the admin status and get the other user status also.
i need one method in my wraper class it should give the user status which is call by the user.
private string userstatus(string username)
{
} if i give the user name then it should check in xmppserver and give the XMPPUser status? How should i implement this in my project using agsxmpp class library?
can you give me a sample. could you give me a YahooID, MSN Id
thanks
liyasker samraj
liyasker@yahoo.com, liyasker@hotmail.com
I am using wildfire XMPP Server and Agsxmpp DLL
Here my project i have logon as a admin
username: admin
server : liyasker
xmppclientconnection.open(,,,,,,,,)
i am watching user presence those who are online and ofline using
On-presence event().
meanwhile i need one thread . It should run and get the admin status and get the other user status also.
i need one method in my wraper class it should give the user status which is call by the user.
private string userstatus(string username)
{
} if i give the user name then it should check in xmppserver and give the XMPPUser status? How should i implement this in my project using agsxmpp class library?
can you give me a sample. could you give me a YahooID, MSN Id
thanks
liyasker samraj
liyasker@yahoo.com, liyasker@hotmail.com