3.0.0 • Published 9 years ago

jxt-xmpp-types v3.0.0

Weekly downloads
1,654
License
MIT
Repository
-
Last release
9 years ago

jxt-xmpp-types

What is this?

A set of additional data types for JXT useful for working with XMPP data.

API

  • jidAttribute(attrName, prepped)

Work with attributes with XMPP JID values. If the prepped flag is set to true, then the JID will be treated as having been processed with StringPrep.

  • jidSub(ns, subName, prepped)

Work with sub-elements with XMPP JIDs as text content. If the prepped flag is set to true, then the JID will be treated as having been processed with StringPrep.

  • tzoSub(ns, subName)

Return an integer value compatible with JavaScripts datetime API, for child elements whose text content looks like: '[+|-]hh:mm'

License

MIT

Created By

If you like this, follow @lancestout on twitter.

3.0.0

9 years ago

2.1.1

9 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago