happychat-service
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -25,4 +25,4 @@ 'use strict'; | ||
- `username`: (**required**) an account name for the user | ||
- `displayName`: (**required**) name to use in application UI | ||
- `avatarURL`: (**required**) URL to image to display as user's avatar | ||
- `name`: (**required**) name to use in application UI | ||
- `picture`: (**required**) URL to image to display as user's avatar | ||
- `tags`: Array of strings to identify the user (example: `['premium', 'expired']`) | ||
@@ -42,4 +42,4 @@ */ | ||
username: user.username, | ||
displayName: user.displayName, | ||
avatarURL: user.avatarURL | ||
name: user.name, | ||
picture: user.picture | ||
}; | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "happychat-service", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Socket.IO based chat server for happychat.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
52058