* Code cleanup + comments

* Fix message area access in NUA path
This commit is contained in:
Bryan Ashby 2015-10-18 21:24:13 -06:00
parent e36507fec1
commit 549fba6b34
6 changed files with 56 additions and 68 deletions

View file

@ -12,14 +12,15 @@ var assert = require('assert');
var _ = require('lodash');
/*
Available listFormat object members:
userId
userName
lastLoginTs
status
location
affiliation
note
Available listFormat/focusListFormat object members:
userId : User ID
userName : User name/handle
lastLoginTs : Last login timestamp
status : Status: active | inactive
location : Location
affiliation : Affils
note : User note
*/
exports.moduleInfo = {