How do I log into a local server using the XMPP protocol? (iPhone SDK)
How do I log into a local开发者_高级运维 server using the XMPP protocol? (iPhone SDK)
If you want to logning local sever then you just but your sever ip address and port no.
You would be a add ip address like this [xmppStream setHostName:@"10.0.1.98"];
in connect method.
Thanks Anurag
精彩评论