Xmpppy

Latest version: v0.7.1

Safety actively analyzes 711593 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.3.0

================
- Added parameter to auth() to disable SASL
- Removed early FeaturesHandler call to not start auth before credentials got passed.
- Another SASL case was broken. Fix applied, tested against variety of servers.
- Lots of bugfixes -- thanks Norman
- List of default ssl ports is now [5223,443].
- Changed cl.connected from 'tls' to 'ssl' in case of port 5223/443.
- Commands now work. Errors are also returned if continuing an invalid session.
- Docstring fix
- The setPrivacyList function used a nonexistent payload variable where it
- WARNING! Incompatible change! Now newtag=n.T.newtag do not creates new tag
- Fixed usage of .T. and .NT. notation according to recent change.
- Added support for non-fatal exception handling, exceptions can also be logged to file.
- fixes for error constants
- Added SRV record resolution for new client connections. This is using gajim changesets (2036 2037 2039 2040 3184 3407 3408 3409 3410 3411 3412 3413)
- Added help message to sample config file.
- Added keepalive feature in TODO list.
- Added another todo line about input chunking.
- Added TODO line about roster parsing traceback.
- fix for items being returned on non-items disco
- tidied disco and muc namespaces
- some todo items
- Fixes to make commands work, when you're working with multiple jids and nodes.
- Docstring fixes.
- Bumper pack of namespace definitions. Including gajim 2637.
- Asynchronous In-band Registration. Gajim patches 2035 2318
- Enable SSL on non-standard port. Gajim 2065
- SASL Timeout, Gajim 2066
- Fixed first timestamp detection
- Fixed binding process. Formatiing fixes.
- Added several lines to TODO.
- Added method for retrieve nick value in MUC (Gajim patch 2089).
- Typo and debug line text fixes (Gajim patch 2113).
- Removed useless !/usr/bin/python header (Gajim patch 2115)
- Added events for sent/received bytes (Gajim patches 2789, 2979, 3254).
- Added catchment for exception while tls handshake (Gajim patch 3323).
- Made SRV resolution disableable (Gajim patch 3658).
- fixes for discovery replies that gajim exposed
- fixed whitespace
- [gajim]it is standarD not with T; thanks dkm
- Fixed SASL bug on win32 platform. (Thanks to Martin Thomas)
- Fixed timstamp detecting bug (thanks to Daryl Herzmann).
- Fixed digest-uri parameter in SASL auth.
- command nodes now return correct discoinfo values
- http://trac.gajim.org/ticket/1188 - fix for base64 encoded strings ending with an equals sign
- made failed connections slightly more robust.
- Disabled color output on non-un*x-like platforms.
- Enhanced debug output
- Jabberd2 component protocol support
- Added message events, and minor DataForm fix
- Message.buildReply fix for Gerard
- Namespace fixes
- xmlns fixes, and minor tweaks for speed and safety
- Made xmpppy to print warnings to stdout instead of stderr
- Bugfix for previous commit
- Fixed features.register
- Fixed resources consumation in many places
- Made NoDebug class usable

0.2.0

================
- Bugfix: don't traceback if DISCO/Browse timed out.
- Now stanza properties stored in it's attribute "props".
- Ensure that username and resourcename got from server's responce.
- Bugfix: auth details should go into self._owner
- "chained" handlers killed
- NS_DIALBACK added
- Bugfix: typo in _DiscoveryHandler (thanks 2 Mike Albon)
- Fixed component auth that was brocken by dispatcher's changes.
- Added some wisdom to determining of default handler's namespace.
- More wisdom for default handler's namespace determining
- Bugfix: complete autodetection of default handler's namespace
- Docstrings merged. Most of them were ready already in (shame!) july.
- Pydoc strings added
- Added and/or modifyed docstrings. Now every method in library is documented\! Hurray\!
- Removed since api documentation is maintained via docstrings.
- Documentation updated: expert docs written, advanced started.
- README rewrited
- python distutils install tool
- Session class added
- Old servers compatibility stuff added. Tnx google, randomthoughts.
- Xmpppy-based bot example
- Initial version of commands processor
- Modified the handlers used. Result messages are not required for command processor use.
- BugFix: Roster.PresenceHandler should not raise NodeProcessed exception.
- Bugfix: (NonSASL) Added removal of empty <password/> node to achieve JiveMessenger compatibility (Tnx Brian Tipton)
- Bugfix: UNbroke accidentally brocken code. Shame on me.
- Bugfix: presences should not really inherit meta-info (like <show/> etc)
- Added etherx namespace to the default set to allow stream errors handling.
- "raise NodeProcessed" removed to allow userspace catch roster changes too
- Fixed Iq callback brocken last commit
- Changed (c) date range
- Preserved handlers during auth process to allow early handlers registration.
- Added commands module import
- Some tweaks about determining if node needs 'xmlns' attribute.
- Tweaked library to make it play nice as jabberd2 legacy component.
- Tuned "import"s stuff to be more in-line with library
- Installer Makefile
- Conference logging bot example
- Add index.html
- Bugfix: proxy was specified incorrectly
- Added presences tracking
- Replaced manual server type specification with autodetect
- Added back possibility of manual specification of server type (for Component)
- Reduced overload caused by extensive usage of T/NT classes.
- TODO for 0.2 release
- Fixed plugout methods to not take parameter
- Fixed RegisterHandler calls to catch only 'get' iqs.
- Added NS_COMMANDS, NS_ENCRYPTED, NS_SIGNED namespaces.
- Adjust docstrings
- Fixed getRegInfo to not crash on query's CDATA
- Minor changes in receive() code in preparation to fix TLS bug.
- Fixed auth logic: if SASL failed - then auth definitely failed too.
- Bugfix: TLS mode was unable to handle big (>1024 bytes) chunks of data.
- Fixed Non-SASL auth brocken with one of today's commits.
- Added stream errors classes along with default handler
- Added missing MUC attributes helper.
- Auth was failing when server declares XMPP stream (version="1.0") but
- Added non-locking SendAndCallForResponse method to ease life of realtime clients.
- Fixed stupid typo in DataForm
- Fixed traceback while connecting via proxy
- Added possibility to detect broken servers that didn't restart stream after
- Add reminder to fix source code release version string while making release
- Changed download url from whole project to xmpppy module
- Bugfix: RegisterHandler(...,makefirst=1) didn't work.
- New design. Big thanks to Marek Kubica for it.
- Made <a/> tags to not open new windows.
- Roster Iq handler must raise NodeProcessed. Otherwise, iq's will hit default
- Added comment about roster's NodeProcessed behaivoir.
- Fixed TLS-not-disconnects bug
- Added return value description to connect() docstring.
- Added note about TLS issue

0.1.1

================
- Location changed to site-packages/xmpp
- Installation directory changes
- Web page xmpppy.sf.net
- All character data is now *STORED* in utf-8 not only printed.
- Cleanup: import of features no more needed.
- Changed dispatching policy: check for ALL child namespaces - not for only first <query/> in Iq stanza.
- Function "resultNode" replaced by "isResultNode".
- XMPP-Core stanza and stream level errors support added.
- Added translation of error codes to error conditions.
- returnStanzaHandler added.
- Added "default handler" mechanism.
- Date extended in license text.
- Update to current upstream version.
- 'jid' replaced by 'host' in registration methods.
- DataForm now can use prototype node for initialisation (as other protocol elements).
- Default resource name "xmpppy" now used only when auth with non-xmpp compliant
- Events introduced.
- Message.buildReply and Iq.buildReply introduced.
- Node cloning improved. Full cloning mode introduced.
- Implemented common plugins framework.
- Bugfix: preserve namespace when cloning node.
- Python 2.1 compatibility in Protocol.__init__.
- Error nodes creating and setting made more (I hope) intuitive. WARNING: uncompatible changes.
- Protocol.Error syntax changed. WARNING: incompatible changes.
- Very preliminary. It worked recently but poorly and may be broken already.
- Updated to 0.1-pre6.
- Fix: next version will be -rc1 not -pre6.
- Changed all "type" in functions arguments to "typ" .
- Changed debian-policy version to please the lintian.
- Removed "!/usr/bin/python" headers to please lintian.
- Added getItems, keys and __getitem__ methods (limited mapping interface).
- Added NS_XXX importing into module's namespace.
- DeregisterDisconnectHandler renamed to UnregisterDisconnectHandler.
- JID.__ne__ method added.
- Bugfix: debug_flags was in "debug" module namespace instead of being Debug class attribute.
- Fixed backtrace on unhandled condition case.
- getRoster method added.
- getRoster , getItem methods added
- Sync with Debian's versions.
- Added README.
- Bugfix: addChild now set's child.parent properly.
- Fixed bug with "" and "/" characters in the resource string.
- Bugfix: bits like xml:lang='en' was processed incorrectly.
- Bugfix: tag.getError() will not issue a traceback anymore if there is no error (thanks to sneakin).
- Add first pieces of documentation.
- Example script that is used in "simple" doc.
- Bugfix: use &quot; to not corrupt XML on some attribute values.
- Added links to documentation and Mike Albon's IRC transport.
- Added getQuerynode and setQuerynode methods.
- Synced with rc2-2 Debian version.
- Sync with rc3-1.proposed version.
- Added direct import from protocol module.
- All namespaces declarations moved to protocol module.
- Namespace declarations moved to protocol module.
- Bugfix: TLS failed to restart after disconnect.
- Bugfix: already dispatched node must not be changed anymore by NodeBuilder.
- Iq.buildReply made to appropriate set the queryNS value.
- Hand-crafted and logically debugged the heart - _traversePath. Now need to check other methods.
- Browser module tested, fixed and included into library structure.
- Bugfix: the returnStanzaHandler must not return error stanzas.
- Added Node.has_attr
- Added raising NodeProcessed exception to mark already processed iq and presences.
- Added DataField class in preparation to DataForm rewrite.
- Added support for nodes like "http://jabber.org/protocol/commands".
- Added support for several hosts on one connection.
- Added import of ustr function from simplexml module.
- Added support for multiple values.
- DataForm class re-implemented to conform XEP-0004 more closely.
- Fixed bug in CDATA handling code. The data will not be shifted between tags anymore.
- Made getPayload to return both CDATA and child nodes just like setPayload uses.
- Added getQueryChildren method. WARNING: it behaves gust like getQueryPayload before. And the getQueryPayload is now different!
- Bugfix: nodebuilder was tracing on the first node.
- Corrections to text donated by Mike Albon.
- Bugfix: typeless stanzas were processed several times sometimes.
- Fixed and tested IBB. Added usual debugging stuff to it.
- IBB stuff is fixed and worth inclusion.
- Fixed typo: SendInitialPresence => SendInitPresence.
- Update to revision 24.
- Added sessions support.
- Comments translated to english.
- Added 'jabber:client' and 'jabber:server' namespaces.
- Bugfix: handle roster item deletion properly.
- Bugfix: more delicate namespaces processing. Slow (again) but sure.
- XML namespaces vocabulary introduced.
- Added xmpp streams namespace.
- Added stanzas namespace support in dispatcher.
- SASL.auth method added. Removed credentials passing from PlugIn.
- Added SASL error conditions
- Added plugout method to TLS class for unregistering handlers.
- added destroy method to NodeBuilder to prevent memory leak
- Added plugout method for proper destuction of Stream instance.
- Plugging in now available only once.
- Namespace handler now comes under the name "default".
- XMPP streams namespace added.
- Allowed attribute values to be objects
- Rolled back ns vocabularies. They were potentially messing namespaces.

0.1.0

================
- Added and tested SASL PLAIN.
- Service/agents discovery, [un]registration and password change, privacy lists handling.
- Tuned SASL (though it still not working), maked it to restart Dispatcher after auth.
- Fixed incompatibilities with jabberd2 in MD5-DIGEST algorithm.
- Bugfix: tag.getTags were broken.
- Syntactic changes and bugfixes in protocol.DataForm.
- payload again can be of non-[] non-() type.
- Two conditional service functions added: errorNode and resultNode.
- Make use of errorNode and resultNode conditional functions.
- Changed WaitForResponse to always return received Node if it were really received.
- Bugfixes: replaced "m" with "self" in many cases in Client code.
- Make use of resultNode and errorNode service functions.
- Added comparison methods.
- Fix case-handling in JIDs comparisons
- Make dispatcher to cache features tag.
- Make use of Dispatcher's features tag caching.
- Add fancy XML formatting (indents and newlines).
- Add "any time" SASL auth status.
- Made TLS and SASL use more flexible to work with ejabberd server.
- Bugfix: SASL authentication must be completed before resource binding.
- Maked early start of TLS when connecting to port 5223 possible.
- Bugfixes in privacy lists mangling stuff.
- Added (again) default port for component class.
- JID.getStripped now returns lower case JID (questionable change).
- Bugfix: non-sasl auth was not recognized.
- Simple import of all modules.
- Changes in "fancy" node output. Even more CDATA corruption ;)
- PlugIn methods now returns results of connection.
- connect() and auth() methods now returns result of operation.
- Fixed error text saying that we can do only PLAIN authentication.
- Bugfix: Component used 'client' string in debug output.
- Fix: Previous client.py commit broke jabberd2-compatible mechanisms.
- Added isConnected method.
- Made isConnected return more meaningful result (tcp | tls+old_auth | sasl)
- Made tests like isConnected()[4:] possible.
- Bugfix: Client.connect doesn't always returned true when connection estabilished.
- Added experimental support for live reconnection.
- Added revision control comment line.
- Added "NodeProcessed" mechanism to allow handlers stop further stanza processing.
- Initial Release.

0.0.0

================
- Initial revision.

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.