Subject: How to send gtalk invitation
How can i send invitation to gtalk account from gtalk account?
I found this:
Jid to = new Jid("");
Jid room = new Jid("");
MucManager muc = new MucManager(xmpp);
muc.Invite(to,room);
but in gtalk there is no chat rooms
please help me:)
I found this:
Jid to = new Jid("");
Jid room = new Jid("");
MucManager muc = new MucManager(xmpp);
muc.Invite(to,room);
but in gtalk there is no chat rooms
please help me:)