Tagged Questions
1
vote
3answers
2k views
How to get port number for iPhone Chatting Application
I am developing a chat application.
But Right now chatting is possible with only google because I know only google's port no.
xmppClient = [[XMPPClient alloc] init];
[xmppClient addDelegate:self];
...