Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Update test client
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehKulykov committed Jun 2, 2016
1 parent 6181568 commit ee29392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builds/mac/test_mac/test_mac/AppDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#define OBJC_CLIENT 1

class FayeDelegate;
static NSString * const _clientURL = @"http://messages.presentain.com:80/faye"; // @"https://localhost:6001/faye";
static NSString * const _clientChannel1 = @"/seminars/5322e93d8ee60a422400008f";// @"/xxxxxxxx/xxxxxxxxxxxxx";
static NSString * const _clientChannel2 = @"/seminars_service/5322e93d8ee60a422400008f"; // @"/xxxxxx";
static NSString * const _clientURL = @"https://localhost:6001/faye";
static NSString * const _clientChannel1 = @"/xxxxxxxx/xxxxxxxxxxxxx";
static NSString * const _clientChannel2 = @"/xxxxxx";


#if defined(OBJC_CLIENT)
Expand Down

0 comments on commit ee29392

Please sign in to comment.