HI all,i need a help here i am trying to create chat app for WP8.1,using xmpp and openfire server i successfully logedin to the server.But i am stuck with the rest.
i have no idea about how to send and recive a massege,creat and join chat rooms etc..
i didnt get any sample code from google..can you help me?
thanks in advance!
Loading
Dwarakesh BabuPosted Oct 8, 2015, 5:48 AM
Sending XMPP message in Windows phone 8 does not require any analysis because it is a method built in with XMPP client of the DLL.
Below is the syntax required to be followed for sending message.
bReceived ==true, then message is received from other roster, or else message is sent by you to other roster.Suresh MPosted Oct 9, 2015, 3:32 AM
Sujeet RamanPosted Oct 9, 2015, 3:25 AM
Suresh MPosted Oct 9, 2015, 12:37 AM
Sujeet RamanPosted Oct 8, 2015, 6:09 AM