-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pubnub.yml
171 lines (171 loc) · 5.19 KB
/
.pubnub.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
---
version: v0.4.3
changelog:
- date: 2025-04-02
version: v0.4.3
changes:
- type: bug
text: "Fixed an issue where on Mac user.CustomData would still show up as improperly linked."
- type: bug
text: "Fixed an issue where limit > 100 would cause a C-Core assert to crash the application."
- type: bug
text: "Fixed an issue where in C-Core GetMessageHistory() didn't clear message buffer causing error on subsequent calls."
- date: 2025-03-31
version: v0.4.2
changes:
- type: bug
text: "Imported a fix to an edge-case race condition in C-Core EE."
- type: bug
text: "Fixed an issue where user.CustomData() was improperly linked on C++ side."
- date: 2025-03-04
version: v0.4.0
changes:
- type: feature
text: "Ported over Event Engine functionality from C-Core to internal Chat logic."
- date: 2025-02-25
version: v0.3.1
changes:
- type: feature
text: "Added SetAuthToken(), ParseToken(), and SetPubnubOrigin() methods to ChatAccessManager class."
- type: feature
text: "Added OriginalMessageText property to Message object containg pre-edits message text."
- type: feature
text: "Added option to not provide channel ID when creating a new conversation - a random ID will be generated in such cases."
- date: 2024-01-10
version: v0.2.0
changes:
- type: feature
text: "Added MessageDraft functionality."
sdks:
-
full-name: PubNub Unity Chat SDK
short-name: Unity Chat
artifacts:
-
artifact-type: package
language: C#
tier: 2
tags:
- Desktop
- Game Engine
source-repository: https://github.com/pubnub/unity-chat
documentation: https://www.pubnub.com/docs/chat/unity-chat-sdk
distributions:
-
distribution-type: source-code
distribution-repository: GitHub release
package-name: pubnub
location: https://github.com/pubnub/unity-chat
supported-platforms:
supported-operating-systems:
Linux:
runtime-version:
- .NET 4.x Equivalent
minimum-os-version:
- Ubuntu 12.04
maximum-os-version:
- Ubuntu 20.04 LTS
target-architecture:
- x86-64
macOS:
runtime-version:
- .NET 4.x Equivalent
minimum-os-version:
- macOS 10.12
maximum-os-version:
- macOS 11.0.1
target-architecture:
- x86-64
Windows:
runtime-version:
- .NET 4.x Equivalent
minimum-os-version:
- Windows Vista Ultimate
maximum-os-version:
- Windows 11 Home
target-architecture:
- x86-64
name: unity-chat
schema: 1
scm: github.com/pubnub/unity-chat
features:
access:
- ACCESS-OBJECTS-V2-MANAGEMENT
- ACCESS-SECRET-KEY-ALL-ACCESS
- ACCESS-GRANT-TOKEN
- ACCESS-PARSE-TOKEN
- ACCESS-SET-TOKEN
- ACCESS-REVOKE-TOKEN
channel-groups:
- CHANNEL-GROUPS-ADD-CHANNELS
- CHANNEL-GROUPS-REMOVE-CHANNELS
- CHANNEL-GROUPS-REMOVE-GROUPS
- CHANNEL-GROUPS-LIST-CHANNELS-IN-GROUP
presence:
- PRESENCE-HERE-NOW
- PRESENCE-WHERE-NOW
- PRESENCE-SET-STATE
- PRESENCE-GET-STATE
- PRESENCE-HEARTBEAT
publish:
- PUBLISH-STORE-FLAG
- PUBLISH-RAW-JSON
- PUBLISH-WITH-METADATA
- PUBLISH-GET
- PUBLISH-POST
- PUBLISH-SYNC
- PUBLISH-ASYNC
- PUBLISH-FIRE
- PUBLISH-REPLICATION-FLAG
storage:
- STORAGE-INCLUDE-TIMETOKEN
- STORAGE-COUNT
- STORAGE-REVERSE
- STORAGE-START-END
- STORAGE-MESSAGE-COUNT
- STORAGE-HISTORY-WITH-META
- STORAGE-FETCH-WITH-META
- STORAGE-FETCH-WITH-MESSAGE-ACTIONS
subscribe:
- SUBSCRIBE-CHANNELS
- SUBSCRIBE-CHANNEL-GROUPS
- SUBSCRIBE-PRESENCE-CHANNELS
- SUBSCRIBE-PRESENCE-CHANNELS-GROUPS
- SUBSCRIBE-WILDCARD
- SUBSCRIBE-FILTER-EXPRESSION
- SUBSCRIBE-SIGNAL-LISTENER
- SUBSCRIBE-USER-LISTENER
- SUBSCRIBE-SPACE-LISTENER
- SUBSCRIBE-MEMBERSHIP-LISTENER
- SUBSCRIBE-MESSAGE-ACTIONS-LISTENER
signal:
- SIGNAL-SEND
objects:
- OBJECTS-GET-USER
- OBJECTS-GET-USERS
- OBJECTS-CREATE-USER
- OBJECTS-UPDATE-USER
- OBJECTS-DELETE-USER
- OBJECTS-GET-SPACE
- OBJECTS-GET-SPACES
- OBJECTS-CREATE-SPACE
- OBJECTS-UPDATE-SPACE
- OBJECTS-DELETE-SPACE
- OBJECTS-GET-MEMBERSHIPS
- OBJECTS-JOIN-SPACES
- OBJECTS-UPDATE-MEMBERSHIPS
- OBJECTS-LEAVE-SPACES
- OBJECTS-GET-MEMBERS
- OBJECTS-ADD-MEMBERS
- OBJECTS-UPDATE-MEMBERS
- OBJECTS-REMOVE-MEMBERS
message-actions:
- MESSAGE-ACTIONS-GET
- MESSAGE-ACTIONS-ADD
- MESSAGE-ACTIONS-REMOVE
supported-platforms:
- version: PubNub Unity Chat SDK
platforms:
- Windows
- Mac OS
- Unix