Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

otalk/otalk-model-peer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A base model for XMPP peer entities

Resources

Stars

Watchers

Forks

Packages

No packages published