kaiwa/clientapp/models/contactRequest.js

13 lines
199 B
JavaScript
Raw Normal View History

2013-10-16 13:48:40 -04:00
/*global app, me*/
"use strict";
var HumanModel = require('human-model');
module.exports = HumanModel.define({
type: 'contactRequest',
props: {
jid: ['string', true, '']
}
});