Skip to content

Commit dcce6f6

Browse files
author
Devendra
committed
clean up smart-tv dir
1 parent d6c9462 commit dcce6f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+284
-15225
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS = web socket.io node.js modern titanium phonegap sencha webos smart-tv
1+
SUBDIRS = web socket.io node.js modern titanium phonegap sencha webos
22

33
.PHONY: all
44
all:

modern/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ function PN_API(setup) {
10521052
channel : 'my_chat',
10531053
callback : fun,
10541054
error : fun,
1055-
ttl : 60, // Seconds
1055+
ttl : 24 * 60, // Minutes
10561056
read : true,
10571057
write : true,
10581058
auth_key : '3y8uiajdklytowsj'

node.js/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ function PN_API(setup) {
10521052
channel : 'my_chat',
10531053
callback : fun,
10541054
error : fun,
1055-
ttl : 60, // Seconds
1055+
ttl : 24 * 60, // Minutes
10561056
read : true,
10571057
write : true,
10581058
auth_key : '3y8uiajdklytowsj'

phonegap/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ function PN_API(setup) {
10521052
channel : 'my_chat',
10531053
callback : fun,
10541054
error : fun,
1055-
ttl : 60, // Seconds
1055+
ttl : 24 * 60, // Minutes
10561056
read : true,
10571057
write : true,
10581058
auth_key : '3y8uiajdklytowsj'

sencha/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ function PN_API(setup) {
10521052
channel : 'my_chat',
10531053
callback : fun,
10541054
error : fun,
1055-
ttl : 60, // Seconds
1055+
ttl : 24 * 60, // Minutes
10561056
read : true,
10571057
write : true,
10581058
auth_key : '3y8uiajdklytowsj'

smart-tv/Makefile

-33
This file was deleted.

smart-tv/examples/advanced.html

-34
This file was deleted.

smart-tv/examples/aes/aes-sub-unsub-sub.html

-86
This file was deleted.

smart-tv/examples/aes/aes.html

-63
This file was deleted.

smart-tv/examples/encrypted_chat_demo.html

-88
This file was deleted.

0 commit comments

Comments
 (0)