Question

I want to know that is it possible to create a chatroom and invite people ? I have setup ejabberd on my mac and implemented chat with single buddy following this link but i want to implement MUC. I tried demo project of MUC which come with xmppframework available here ,but every time i get error 404 remote server not found. The delegate method

- (void)xmppRoomDidCreate:(XMPPRoom *)sender;

never gets called. Instead

- (void)handleDidLeaveRoom:(XMPPRoom *)room

this method gets called. Has anyone successfully implemented MUC using localhost as server?If yes then please let me know the XMPP client you are using , because for ejabberd,it says remote server not found.

Was it helpful?

Solution

Did you try with conference.host (presumably conference.localhost) as MUC host ?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top