Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-16 | Some Python 3.1+ compatibility fixes. | Lance Stout | |
Originally contributed by filipegiusti. | |||
2010-11-06 | Logging no longer uses root logger. | Lance Stout | |
Each module should now log into its own logger. | |||
2010-09-23 | added room events for specific rooms, added buildForm to xep_0004 plugin | Nathan Fritz | |
2010-08-31 | xep-0004 merge should deal with dictionaries | fritzy | |
2010-08-21 | added form compatibility with old api, stanzas now bool() to True on 2.x, ↵ | fritzy | |
jid attributes will return '' if not set | |||
2010-08-19 | added some xep-0004 compatibility changes | Nathan Fritz | |
2010-07-20 | Lots of XEP-0004 bug fixes. | Lance Stout | |
Forms have default type of 'form' setFields now uses a list of tuples instead of a dictionary because ordering is important. getFields defaults to returning a list of tuples, but the use_dict parameter can change that | |||
2010-07-20 | Updated license notices to use the correct MIT format. Also corrected ↵ | Lance Stout | |
references to nonexistant license.txt to LICENSE. | |||
2010-07-19 | added fromXML/getXML compatiblity to the new xep-0004 w/ deprecated warnings | Nathan Fritz | |
2010-07-19 | made Lance's new XEP-4 stanzas the default, and put xep-0004 as old_0004 | Nathan Fritz | |
2010-05-27 | added pubsub state stanzas and scheduled events | Nathan Fritz | |
2010-05-26 | plugins now are checked for post_init having ran when process() is called | Nathan Fritz | |
2010-05-26 | Fixed error registering a plugin. To add a feature to another plugin, it ↵ | Hernan E Grecco | |
should look into xmpp.plugin dict | |||
2010-01-05 | * major stanza improvements | Nathan Fritz | |
* raise XMPPError in handler to reply with error stanza * started work on pubsub stanzas | |||
2009-10-29 | * fixed bugs with XEP 50 for components | Nathan Fritz | |
* configuration-less nodes | |||
2009-10-27 | * fixed bug with setting boolean values in forms | Nathan Fritz | |
* added setValues to forms | |||
2009-10-19 | x:data form improvements | Nathan Fritz | |
2009-10-19 | * fixes | Nathan Fritz | |
2009-10-19 | * added form update | Nathan Fritz | |
2009-10-19 | * added form merging | Nathan Fritz | |
2009-06-03 | moved seesmic branch to trunk | Nathan Fritz | |