1.1.0 • Published 10 years ago

otalk-model-peer v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

otalk-model-peer

An Ampersand state model representing an XMPP entity.

Installing

$ npm install otalk-model-peer

Properties

  • caps - {State}
  • chatState - {String}
  • discoItems - {Collection}
  • errorCondition - {String}
  • errorMessage - {String}
  • id - {String}
  • idleSince - {Date}
  • isSelf - {Boolean}
  • jid - {JID}
  • lastSentMessageID - {String}
  • messages - {Collection}
  • name - {String}
  • nick - {String}
  • offline - {Boolean}
  • online - {Boolean}
  • priority - {Number}
  • requestingAttention - {Boolean}
  • show - {String}
  • status - {String}

License

MIT