FayeObjc iphone using http:// instead of ws:// is it possible?
For client iphone part instead of
self.faye = [[FayeClient alloc] initWithURLString:@"ws://localhost:
80/faye" channel:@"/testing"];
it will be this
self.faye = [[FayeClient alloc] initWithURLString:@"http://
localhost:80/faye" channel:@"/testing"];
FayeObjc iphone using http:// instead of ws:// is it possible?