muc service

17 views
Skip to first unread message

wpeters1981

unread,
Dec 16, 2009, 9:50:10 AM12/16/09
to jabber-net
I am trying to use the getuniqueroom method of the conferencemanager
but it does not seem to do anything.
Using a openfire server as below.
I know the server name is correct (assuming it should be the muc
service name? and not the ip addres of the openfire server it self.
cause the conferencemanager already knows that .
When using a correct adres i get nothing back in callback or in Iq
message error.
When using a bad adres i get a iq error msg back .

public void RoomStateEvent(Room room, object state)
{
//when successfully created send roomobject to websync
client for storage
}

public void CreateRoom(WSRoomMessageData roommessage)
{
if (roommessage.Type == "getuniqueroom")
{

object state = new object();
cm.GetUniqueRoom("blaat.mydomain.nl",
ConferenceManager.DefaultNick, RoomStateEvent, state);
}


}

Reply all
Reply to author
Forward
0 new messages