Pakket: node-node-xmpp (0.3.2-3build2)
Verwijzigingen voor node-node-xmpp
Trisquel bronnen:
Het bronpakket node-xmpp downloaden:
Beheerder:
Original Maintainers:
- Debian Javascript Maintainers (Mailarchief)
- Jonas Smedegaard
Externe bronnen:
- Homepage [node-xmpp.org]
Vergelijkbare pakketten:
idiomatic XMPP library for Node
Node is an event-based server-side JavaScript engine.
Idiomatic XMPP client, component & server library for Node.
Objectives of node-xmpp:
* Use Node conventions, especially 'EventEmitter', ie. for write buffer control * Fast parsing, 'node-expat' was written with this library in mind * Client support for both XMPP clients and components * Optional server infrastructure with 'Router' * After authentication, leave trivial protocol bits to the user, that is XML handling according to any XEP
Features
* Client authentication with SASL DIGEST-MD5, PLAIN, ANONYMOUS, X-FACEBOOK-PLATFORM * `_xmpp-client._tcp` SRV record support * Simple JID parsing with Stringprep normalization (optional: requires node-stringprep installed) * Uses ltx * Much easier to handle than a standard DOM * xmlns-aware * Easy XML builder like Strophe.js (see down) * Non-buffering serialization * Was split out of node-xmpp for modularization and resuability * Component connections * Run your own server/talk to other servers with `xmpp.Router`
Andere aan node-node-xmpp gerelateerde pakketten
|
|
|
-
- rec: node-node-expat
- fast XML parser library for Node
-
- rec: node-node-stringprep
- ICU StringPrep profiles for Node