debian/0000755000000000000000000000000011724416442007173 5ustar debian/control0000644000000000000000000000337711724416464010614 0ustar Source: node-xmpp Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard Build-Depends: cdbs, debhelper, dh-buildinfo, node-ltx, node-node-stringprep, node-vows Standards-Version: 3.9.3 Homepage: https://github.com/astro/node-xmpp Vcs-Git: git://git.debian.org/git/collab-maint/node-xmpp Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-xmpp.git Package: node-node-xmpp Architecture: all Depends: ${misc:Depends}, node-ltx, node-node-expat, nodejs (>= 0.4.0) Recommends: node-node-stringprep | libnode-node-stringprep Description: 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` debian/source/0000755000000000000000000000000011665211356010474 5ustar debian/source/format0000644000000000000000000000001411442224275011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000571111724416342011050 0ustar node-xmpp (0.3.2-1) unstable; urgency=low * New upstream release. * Include examples. * Update watch file to use more flexible regex. * Bump standards-version to 3.9.3. * Bump copyright file format to 1.0. * Update control file Vcs-Browser field to use anonscm.debian.org. * Enable regression tests. Build-depend on node-vows, node-ltx and node-stringprep. -- Jonas Smedegaard Sat, 03 Mar 2012 14:30:03 +0100 node-xmpp (0.3.1-1) unstable; urgency=low * New upstream release. * Bump debhelper compatilibity level to 7. * Drop obsolete libnode-* fallback dependencies. -- Jonas Smedegaard Sun, 04 Dec 2011 13:27:28 +0700 node-xmpp (0.3.0-1) unstable; urgency=low * New upstream release. * Update copyright file: + New upstream license: Expat. + Quote license names in comment. * Extend long description to list features. * Rename binary package libnode-node-xmpp → node-node-xmpp. Replace and conflict with (and temporarily provide) old name. * Drop dpkg local-options hints from packaging source: now defaults. * Update package relations: + Relax build-depend unversioned on debhelper (needed version satisfied even in oldstable). + Recommend libnode-node-stringprep. + Update to depend on and recommend node-* favored over legacy names libnode-*. -- Jonas Smedegaard Wed, 30 Nov 2011 00:14:43 +0700 node-xmpp (0.2.7-1) unstable; urgency=low * New upstream release. -- Jonas Smedegaard Mon, 23 May 2011 20:53:25 +0200 node-xmpp (0.2.6-1) unstable; urgency=low * New upstream release. * Bump policy compliance to standards-version 3.9.2. * Bump copyright file format to draft 174 of DEP-5. * Tighten dependency on nodejs, to match upstream change. -- Jonas Smedegaard Mon, 18 Apr 2011 12:06:07 +0200 node-xmpp (0.2.5+git20110210-1) unstable; urgency=low * New snapshop of upstream git. [ Jonas Smedegaard ] * Fix tie proper email addresses to artist and real name of upstream author, as per request. * Package now team-maintained: + Set Debian Javascript Maintainers as maintainer. + Set myself as uploader. -- Jonas Smedegaard Thu, 10 Feb 2011 21:50:40 +0100 node-xmpp (0.2.5-1) experimental; urgency=low * New upstream release. -- Jonas Smedegaard Tue, 01 Feb 2011 19:49:50 +0100 node-xmpp (0.2.4-1) experimental; urgency=low * New upstream release. -- Jonas Smedegaard Mon, 31 Jan 2011 04:22:27 +0100 node-xmpp (0.2.3-2) experimental; urgency=low * Fix gitignore /.pc (not bogus raw). * Fix add symlink index.js to main file xmpp.js. * Rename binary package to match micro-policy Node naming scheme: libnode-PKG. -- Jonas Smedegaard Fri, 28 Jan 2011 12:12:08 +0100 node-xmpp (0.2.3-1) experimental; urgency=low * Initial release. Closes: Bug#611224. -- Jonas Smedegaard Fri, 28 Jan 2011 01:42:50 +0100 debian/compat0000644000000000000000000000000211666574736010411 0ustar 7 debian/watch0000644000000000000000000000012311675540364010226 0ustar version=3 http://githubredir.debian.net/github/astro/node-xmpp .*?(\d[^/]*).tar.gz debian/copyright_hints0000644000000000000000000000220711724414061012327 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: README.markdown debian/compat debian/control debian/control.in debian/gbp.conf debian/install debian/source/format debian/watch examples/c2s.js examples/debug_c2s.js examples/echo_bot.js examples/echo_component.js examples/echo_mixin.js examples/echo_server.js examples/probe_server.js examples/send_message.js examples/send_message_component.js lib/idle_timeout.js lib/node-xmpp.js lib/starttls.js lib/stream_shaper.js lib/xmpp.js lib/xmpp/c2s.js lib/xmpp/client.js lib/xmpp/component.js lib/xmpp/connection.js lib/xmpp/jid.js lib/xmpp/router.js lib/xmpp/sasl.js lib/xmpp/server.js lib/xmpp/srv.js lib/xmpp/stanza.js lib/xmpp/stream_parser.js package.json test/jid-test.js Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL-2+ FIXME Files: LICENSE Copyright: 2010, Stephan Maka HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER License: MIT/X11 (BSD like) FIXME debian/copyright0000644000000000000000000000430611724414114011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: node-xmpp Upstream-Contact: Astro http://github.com/astro/node-xmpp/issues/ Source: https://github.com/astro/node-xmpp/downloads git://github.com/astro/node-xmpp Files: * Copyright: 2010, Stephan Maka License: Expat Files: debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/install0000644000000000000000000000003711520410367010556 0ustar lib/* usr/lib/nodejs/node-xmpp debian/gbp.conf0000644000000000000000000000014611442224275010611 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000321311724416442010252 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011 Jonas Smedegaard # Description: Main Debian packaging script for node-xmpp # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk libpkgname = node-node-xmpp # suppress optional build-dependencies CDBS_BUILD_DEPENDS_rules_upstream-tarball = CDBS_BUILD_DEPENDS_rules_utils_copyright-check = CDBS_BUILD_DEPENDS += , node-ltx, node-node-stringprep, node-vows DEB_UPSTREAM_URL = http://githubredir.debian.net/github/astro/node-xmpp/ DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION) DEB_UPSTREAM_WGET_OPTS += --no-check-certificate DEB_UPSTREAM_TARBALL_MD5 = 5d776b67769ea31d425fd4399f112096 DEB_INSTALL_DOCS_$(libpkgname) += README.markdown DEB_INSTALL_EXAMPLES_$(libpkgname) += examples/* DEB_DH_LINK_ARGS = usr/lib/nodejs/node-xmpp/xmpp.js /usr/lib/nodejs/node-xmpp/index.js build/$(libpkgname):: $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,vows --spec) debian/control.in0000644000000000000000000000327011724414224011201 0ustar Source: node-xmpp Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard Build-Depends: @cdbs@ Standards-Version: 3.9.3 Homepage: https://github.com/astro/node-xmpp Vcs-Git: git://git.debian.org/git/collab-maint/node-xmpp Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-xmpp.git Package: node-node-xmpp Architecture: all Depends: ${misc:Depends}, node-ltx, node-node-expat, nodejs (>= 0.4.0) Recommends: node-node-stringprep | libnode-node-stringprep Description: 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`