Lance Stout 
							
						 
					 
					
						
						
							
						
						9cec284947 
					 
					
						
						
							
							Mark presence status as language aware.  
						
						
						
						
					 
					
						2012-06-22 20:05:17 -07:00 
						 
				 
			
				
					
						
							
							
								Lance Stout 
							
						 
					 
					
						
						
							
						
						7cdedb2ec0 
					 
					
						
						
							
							More import cleanup based on pyflakes.  
						
						
						
						
					 
					
						2012-02-18 11:40:34 -08:00 
						 
				 
			
				
					
						
							
							
								Lance Stout 
							
						 
					 
					
						
						
							
						
						75584d7ad7 
					 
					
						
						
							
							Remap old method names in a better way.  
						
						... 
						
						
						
						This should prevent some reference cycles that will cause garbage
collection issues. 
						
						
					 
					
						2011-02-14 13:49:43 -05:00 
						 
				 
			
				
					
						
							
							
								Lance Stout 
							
						 
					 
					
						
						
							
						
						0d32638379 
					 
					
						
						
							
							XMPPError exceptions can keep a stanza's contents.  
						
						... 
						
						
						
						This allows exceptions to include the original
content of a stanza in the error response by including
the parameter clear=False when raising the exception. 
						
						
					 
					
						2011-02-11 15:20:26 -05:00 
						 
				 
			
				
					
						
							
							
								Nathan Fritz 
							
						 
					 
					
						
						
							
						
						27ebb6e8f6 
					 
					
						
						
							
							presence no longer replies when exception is caught and tweaks to presence events  
						
						
						
						
					 
					
						2010-10-21 16:59:15 -07:00 
						 
				 
			
				
					
						
							
							
								Lance Stout 
							
						 
					 
					
						
						
							
						
						4375ac7d8b 
					 
					
						
						
							
							Underscore names by default.  
						
						... 
						
						
						
						Stanza objects now accept the use of underscored names.
The CamelCase versions are still available for backwards compatibility,
but are discouraged.
The property stanza.values now maps to the old getStanzaValues and
setStanzaValues, in addition to _set_stanza_values and
_get_stanza_values. 
						
						
					 
					
						2010-10-17 22:04:42 -04:00 
						 
				 
			
				
					
						
							
							
								Lance Stout 
							
						 
					 
					
						
						
							
						
						505a63da3a 
					 
					
						
						
							
							Cleanup, restore PEP8.  
						
						
						
						
					 
					
						2010-10-16 21:15:31 -04:00 
						 
				 
			
				
					
						
							
							
								Florent Le Coz 
							
						 
					 
					
						
						
							
						
						93fbcad277 
					 
					
						
						
							
							Fix the error on non-number priority  
						
						... 
						
						
						
						The priority is not a number: we consider it 0 as a default 
						
						
					 
					
						2010-10-17 09:01:53 +08:00 
						 
				 
			
				
					
						
							
							
								Lance Stout 
							
						 
					 
					
						
						
							
						
						e02ffe8547 
					 
					
						
						
							
							Corrected test errors.  
						
						... 
						
						
						
						There was a bug in the XML compare method. 
						
						
					 
					
						2010-10-07 19:42:28 -04:00 
						 
				 
			
				
					
						
							
							
								Lance Stout 
							
						 
					 
					
						
						
							
						
						41ab2b8460 
					 
					
						
						
							
							Updated presence stanza with documentation and PEP8 style.  
						
						
						
						
					 
					
						2010-08-03 17:30:34 -04:00 
						 
				 
			
				
					
						
							
							
								Lance Stout 
							
						 
					 
					
						
						
							
						
						690eaf8d3c 
					 
					
						
						
							
							Updated license notices to use the correct MIT format. Also corrected references to nonexistant license.txt to LICENSE.  
						
						
						
						
					 
					
						2010-07-20 11:19:49 -04:00 
						 
				 
			
				
					
						
							
							
								Lance Stout 
							
						 
					 
					
						
						
							
						
						bb927c7e6a 
					 
					
						
						
							
							Updated presence stanza to include a 'show' interface. Presence stanza tests updated accordingly.  
						
						
						
						
					 
					
						2010-07-20 00:04:34 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Fritz 
							
						 
					 
					
						
						
							
						
						80e7e0d0ee 
					 
					
						
						
							
							adding tests, fixed stanzapath matching to match keys, fixed pubsub#owner stanzas  
						
						
						
						
					 
					
						2010-04-14 01:23:17 -07:00 
						 
				 
			
				
					
						
							
							
								Matthias Rieber 
							
						 
					 
					
						
						
							
						
						85c3d97d2a 
					 
					
						
						
							
							fixed presence stanza. priority can be set.  
						
						
						
						
					 
					
						2010-04-08 15:15:15 +08:00 
						 
				 
			
				
					
						
							
							
								Nathan Fritz 
							
						 
					 
					
						
						
							
						
						935ee4d14e 
					 
					
						
						
							
							changed license to MIT  
						
						
						
						
					 
					
						2010-03-26 14:32:16 -07:00 
						 
				 
			
				
					
						
							
							
								Nathan Fritz 
							
						 
					 
					
						
						
							
						
						8d5dbfa691 
					 
					
						
						
							
							fixed some presence bugs  
						
						
						
						
					 
					
						2010-02-27 02:02:08 +00:00 
						 
				 
			
				
					
						
							
							
								Nathan Fritz 
							
						 
					 
					
						
						
							
						
						3dbd496de8 
					 
					
						
						
							
							fixed presence['type'] w/ show value bug and added test to prove  
						
						
						
						
					 
					
						2010-01-23 01:08:21 -08:00 
						 
				 
			
				
					
						
							
							
								Nathan Fritz 
							
						 
					 
					
						
						
							
						
						093644ffbd 
					 
					
						
						
							
							* major stanza improvements  
						
						... 
						
						
						
						* raise XMPPError in handler to reply with error stanza
* started work on pubsub stanzas 
						
						
					 
					
						2010-01-05 21:56:48 +00:00 
						 
				 
			
				
					
						
							
							
								Nathan Fritz 
							
						 
					 
					
						
						
							
						
						07018c0afa 
					 
					
						
						
							
							* fixed many stanza bugs  
						
						... 
						
						
						
						* added stanza unhandled (unhandled iqs now reply with feature-not-implemented)
* added stanza exceptions (stanzas may now reply with exceptions when their handler raises an exception) 
						
						
					 
					
						2009-12-17 01:54:22 +00:00 
						 
				 
			
				
					
						
							
							
								Nathan Fritz 
							
						 
					 
					
						
						
							
						
						8854509ccd 
					 
					
						
						
							
							* started converstion to stanza objects  
						
						
						
						
					 
					
						2009-12-11 01:29:46 +00:00 
						 
				 
			
				
					
						
							
							
								Nathan Fritz 
							
						 
					 
					
						
						
							
						
						96b103b275 
					 
					
						
						
							
							moved seesmic branch to trunk  
						
						
						
						
					 
					
						2009-06-03 22:56:51 +00:00