Commit graph

  • 7ad7a29a8f new state machine in place Nathan Fritz 2010-10-13 18:15:21 -0700
  • b0e036d03c Added example live stream test. Lance Stout 2010-10-07 19:46:40 -0400
  • a8b948cd33 SleekTest may now run against a live stream. Lance Stout 2010-10-07 19:43:51 -0400
  • e02ffe8547 Corrected test errors. Lance Stout 2010-10-07 19:42:28 -0400
  • 42bfca1c87 Removed debug log statement. Lance Stout 2010-10-07 19:41:33 -0400
  • 0fffbb8200 Unit test reorganization. Lance Stout 2010-10-07 10:58:13 -0400
  • 21c32c6e1c Moved the pubsub tester to conn_tests. Lance Stout 2010-10-07 10:28:38 -0400
  • 75a051556f Changed SleekTest to use underscored names. Lance Stout 2010-10-07 09:22:27 -0400
  • 78141fe5f3 Fixed dealing with deleting handlers. Lance Stout 2010-10-07 09:17:28 -0400
  • 88d21d210c Corrected stream header tester. Lance Stout 2010-10-06 18:46:23 -0400
  • 799645f13f Updated method names. Lance Stout 2010-10-06 18:45:11 -0400
  • f234dc02cf Updated SleekTest and related tests. Lance Stout 2010-10-06 18:10:04 -0400
  • c294c1a85c More PEP8 compliance cleanups. Lance Stout 2010-10-06 15:12:39 -0400
  • cbe76c8a70 Cleaned up the Scheduler. Lance Stout 2010-10-06 15:03:21 -0400
  • 77b8f0f4bb Fixed whitespace issue. Lance Stout 2010-10-06 14:31:33 -0400
  • 259f91d2bd Updated todo list. Lance Stout 2010-10-06 14:23:46 -0400
  • ed366b338d Moved ClientXMPP to clientxmpp.py. Lance Stout 2010-10-06 14:20:32 -0400
  • 9e2cada19e Missed a few docstrings. Lance Stout 2010-10-06 14:09:14 -0400
  • d0ccbf6b7a Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop Lance Stout 2010-10-06 14:06:02 -0400
  • e1866ab328 Made first pass at cleaning up ClientXMPP. Lance Stout 2010-10-06 14:03:19 -0400
  • 3ffa09ba7c deal with deleting handlers that are no longer there fritzy 2010-10-06 17:58:03 +0000
  • a7410f2146 Made a first pass at cleaning up ComponentXMPP. Lance Stout 2010-10-06 10:47:05 -0400
  • 178608f4c0 XMLStream cleanup. Lance Stout 2010-10-06 10:45:36 -0400
  • 19ee6979a5 Updated 1.0 release todo list. Lance Stout 2010-10-03 22:31:22 -0400
  • 9f0baec7b2 Made first pass at cleaning BaseXMPP. Lance Stout 2010-10-01 22:24:19 -0400
  • 433c147627 Fixed typo in XEP-0033 plugin. Lance Stout 2010-10-01 21:25:27 -0400
  • 9a34c9a9a1 Modified event handling to use the event queue. Lance Stout 2010-10-01 13:49:58 -0400
  • 2662131124 Fixed tostring bug when using mapped namespaces. Lance Stout 2010-10-01 12:41:35 -0400
  • bb219595a7 Moved event functions to XMLStream. Lance Stout 2010-10-01 12:03:58 -0400
  • fcdd57ce54 Moved add_handler, send, and sendXML to XMLStream. Lance Stout 2010-10-01 11:15:51 -0400
  • 5522443e0e Moved getNewId and getId to XMLStream. Lance Stout 2010-10-01 10:46:37 -0400
  • 55cfe69fef Cleaned up trailing whitespace. Lance Stout 2010-10-01 10:09:10 -0400
  • 6de87a1cbf Fixed line lengths and trailing whitespace. Lance Stout 2010-09-30 13:06:16 -0400
  • 7c10ff16fb Made a first pass at cleaning up XMLStream. Lance Stout 2010-09-30 12:56:22 -0400
  • c258d2f19d added room events for specific rooms, added buildForm to xep_0004 plugin Nathan Fritz 2010-09-23 00:51:23 +0000
  • d576e32f7a Merge branch 'develop' of git@github.com:fritzy/SleekXMPP into develop fritzy 2010-09-02 20:01:28 +0000
  • 4a2e7c5393 Fixed linespacing and whitespace issues in examples to make them PEP8 compliant. Lance Stout 2010-09-01 18:21:09 -0400
  • 0b4320a196 Updated the client and component examples. Lance Stout 2010-09-01 18:18:30 -0400
  • 9bef4b4d4d Move the examples to a top-level examples directory. Lance Stout 2010-09-01 14:47:42 -0400
  • 5c3066ba30 Updated all of the matcher classes in sleekxmpp.xmlstream.matcher. Lance Stout 2010-09-01 14:28:43 -0400
  • 576eefb097 Fixed line spacing in filesocket.py to please pep8. Lance Stout 2010-09-01 14:25:30 -0400
  • aebd115ba2 A few cleanups to make things simpler. Lance Stout 2010-09-01 14:20:34 -0400
  • 6dfea828be xep-0004 merge should deal with dictionaries fritzy 2010-08-31 14:44:24 +0000
  • 3749c1b88c Fixed ElementBase.match to match using sub_interface elements. Lance Stout 2010-08-30 17:12:10 -0400
  • 998741b87e Fixed typos in ElementBase._fix_ns Lance Stout 2010-08-30 15:25:59 -0400
  • 9c62bce206 Updated ElementBase.match to respect namespaces with slashes. Lance Stout 2010-08-30 14:55:30 -0400
  • f5ae27da4f Fix some documentation typos. Lance Stout 2010-08-27 18:16:09 -0400
  • 89fb15e896 Updated the suite of handler classes with documentation. Lance Stout 2010-08-27 16:42:26 -0400
  • 906aa0bd68 Fixed SleekTest compare method to check XML text. Lance Stout 2010-08-27 15:48:48 -0400
  • bb6f4af8e2 Added unit tests for StanzaBase. Lance Stout 2010-08-27 12:22:35 -0400
  • 6677df39f2 Updated xmlstream.filesocket. Lance Stout 2010-08-27 11:29:48 -0400
  • a2c515bc97 Updated StanzaBase with documentation. Lance Stout 2010-08-27 11:07:20 -0400
  • ca6ce26b0d Added comments to _fix_ns to clarify the cleaning procedure. Lance Stout 2010-08-26 18:40:58 -0400
  • 37ff17b0cb Added unit test for _fix_ns for handling namespaces with forward slashes. Lance Stout 2010-08-26 18:27:18 -0400
  • 00d7952001 Fixed ElementBase._fix_ns and related methods to respect namespaces which contain forward slashes. Lance Stout 2010-08-26 18:18:00 -0400
  • 56766508b3 Fixed indentation in StanzaBase. Lance Stout 2010-08-26 14:19:36 -0400
  • 5c59f5baca Clarify ElementBase documentation. Lance Stout 2010-08-26 14:07:09 -0400
  • e16b37d2be Fixed line lengths in ElementBase to comply with PEP8. Lance Stout 2010-08-26 13:55:23 -0400
  • d68bc2ba07 Finished the update of ElementBase with docs and unit tests. Lance Stout 2010-08-26 13:49:36 -0400
  • 10298a6eab Updated the remaining ElementBase methods. Lance Stout 2010-08-26 10:08:22 -0400
  • a3580dcef9 Fixed ElementBase.match to respect namespaces. Lance Stout 2010-08-25 14:54:09 -0400
  • 1eaa9cb28c Updated ElementBase.match and added unit tests. Lance Stout 2010-08-25 14:40:16 -0400
  • 5d458bf6c2 Updated ElementBase._delSub and added unit tests. Lance Stout 2010-08-25 10:52:07 -0400
  • 2fa58a74ab Fixed indenting issue. Lance Stout 2010-08-24 09:44:09 -0400
  • c8f406d1b3 Updated ElementBase._setSubText and added unit tests. Lance Stout 2010-08-24 09:37:42 -0400
  • 203986dd7c Updated ElementBase._getSubText and added unit tests. Lance Stout 2010-08-24 08:55:37 -0400
  • f4ecf0bac4 fixed a but in stanza_pubsub fritzy 2010-08-22 06:08:48 +0000
  • 345656926e added form compatibility with old api, stanzas now bool() to True on 2.x, jid attributes will return '' if not set fritzy 2010-08-21 22:48:43 +0000
  • c05ddcb7f5 Merge branch 'develop' of git@github.com:fritzy/SleekXMPP into develop Nathan Fritz 2010-08-19 19:54:09 -0700
  • eb9e72fe3e added some xep-0004 compatibility changes Nathan Fritz 2010-08-19 19:53:56 -0700
  • 8a0616b3e0 Updated ElementBase methods _getAttr, _setAttr, and _delAttr with docs and tests. Lance Stout 2010-08-19 20:41:26 -0400
  • b71cfe0492 Small cleanup in ElementBase.__setitem__ Lance Stout 2010-08-19 19:14:18 -0400
  • fac3bca1f6 Updated ElementBase.__delitem__ and added unit tests. Lance Stout 2010-08-19 19:11:12 -0400
  • d150b35464 fixed todo merge Nathan Fritz 2010-08-19 16:09:47 -0700
  • 21b7109c06 fixed jobs Nathan Fritz 2010-08-19 16:09:00 -0700
  • e4240dd593 Updated ElementBase.__setitem__ and added unit tests. Lance Stout 2010-08-19 14:21:58 -0400
  • 2f6f4fc16d Updated ElementBase.__getitem__ with docs and unit tests. Lance Stout 2010-08-13 21:33:11 -0400
  • fe49b8c377 Updated getStanzaValues and setStanzaValues with docs and unit tests. Lance Stout 2010-08-13 20:05:24 -0400
  • b580a3138d Updated ElementBase.enable and ElementBase.initPlugin Lance Stout 2010-08-13 12:51:07 -0400
  • c20fab0f6c Updated ElementBase.setup, and added unit tests. Lance Stout 2010-08-13 12:24:47 -0400
  • c721fb4126 Added a generic checkStanza method to SleekTest. Updated the other check methods to use it. Lance Stout 2010-08-13 12:23:34 -0400
  • 415520200e Updated ElementBase.__init__ Lance Stout 2010-08-13 10:26:33 -0400
  • 747001d33c Adjust first level indenting in ElementBase to prepare for cleanup. Lance Stout 2010-08-13 10:15:52 -0400
  • b0fb205c16 Updated registerStanzaPlugin and the XML test type. Lance Stout 2010-08-13 10:12:51 -0400
  • 4b52007e8c Cleaned stanzabase imports. Lance Stout 2010-08-12 23:24:09 -0400
  • 5da7bd1866 Removed unused xmlcompare.py. Lance Stout 2010-08-12 01:26:01 -0400
  • 22134c302b Updated SleekTest with docs and PEP8 style. Lance Stout 2010-08-12 01:25:42 -0400
  • b40a489796 Updated roster stanza with docs and PEP8 style. Lance Stout 2010-08-11 23:32:14 -0400
  • 7a5ef28492 Updated SleekTest.streamClose to check that the stream was actually started before closing it. Lance Stout 2010-08-11 18:41:57 -0400
  • c09e9c702c Updated sleekxmpp.exceptions with PEP8 style and docs. Lance Stout 2010-08-11 18:21:12 -0400
  • 48ba7292bc Updated SleekTest to use the new tostring function instead of ET.tostring Lance Stout 2010-08-06 12:04:52 -0400
  • 4d1f071f83 Updated the use of tostring in xmlstream.py Lance Stout 2010-08-05 23:11:22 -0400
  • 0d0c044a68 Add unit tests for the tostring function. Lance Stout 2010-08-05 20:57:55 -0400
  • 3c0dfb56e6 Update tostring docs to clarify what the xmlns and stanza_ns parameters do. Lance Stout 2010-08-05 20:43:38 -0400
  • e077204a16 Replaced the ToString class with a tostring function. Lance Stout 2010-08-05 20:26:41 -0400
  • 58f77d898f Updated tests to use a relative import for SleekTest to please Python3. Lance Stout 2010-08-05 20:23:07 -0400
  • c54466596f Modified sleekxmpp.xmlstream.tostring to import ToString class based on Python version. Lance Stout 2010-08-04 14:41:37 -0400
  • aa1dbe97e0 Updated and simplified new JID class to have more documentation and use PEP8 style. Lance Stout 2010-08-04 00:33:28 -0400
  • fec69be731 Update nick stanza with documentation and PEP8 style. Lance Stout 2010-08-03 18:32:53 -0400
  • 956fdf6970 Fix whitespace issues, and make some debugging statements clearer. Lance Stout 2010-08-03 18:31:22 -0400