mathieui 
							
						 
					 
					
						
						
							
						
						7f90fb594a 
					 
					
						
						
							
							XEP-0030: Fix usage of ifrom in get_info  
						
						
						
						
					 
					
						2021-03-10 22:07:00 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						1cf6393b61 
					 
					
						
						
							
							XEP-0300: small fixes  
						
						... 
						
						
						
						- fix a typo in the default option (crash when hashing a file without
  providing a function)
- Fix the plugin_end method (classical del_feature footgun) 
						
						
					 
					
						2021-03-10 21:26:08 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						7c86c43fc7 
					 
					
						
						
							
							Merge branch 'mam-update' into 'master'  
						
						... 
						
						
						
						MAM Update
See merge request poezio/slixmpp!149  
						
						
					 
					
						2021-03-09 21:20:14 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						8a1f9bec56 
					 
					
						
						
							
							Merge branch 'xep-0115-fix-error' into 'master'  
						
						... 
						
						
						
						XEP-0115: remove wrong coroutine=True argument
See merge request poezio/slixmpp!150  
						
						
					 
					
						2021-03-09 20:05:09 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						ad2673fd2c 
					 
					
						
						
							
							XEP-0115: remove wrong coroutine=True argument  
						
						
						
						
					 
					
						2021-03-09 20:02:16 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						0115feaa31 
					 
					
						
						
							
							tests: Add a MAM metadata stanza test  
						
						
						
						
					 
					
						2021-03-09 19:52:53 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						3613cd5f14 
					 
					
						
						
							
							tests: Add a MAM stream test  
						
						
						
						
					 
					
						2021-03-09 19:52:53 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						644ebfe89f 
					 
					
						
						
							
							XEP-0313: Only remove origin-id from the mask if it exists  
						
						
						
						
					 
					
						2021-03-09 19:52:53 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						e329eadbed 
					 
					
						
						
							
							XEP-0313: Fix off-by-one-page RSM fetching  
						
						... 
						
						
						
						Add a "results" interface to mam_fin, and fix some things in RSM
Items just received were not taken into account because:
- RSM code is checking iq['mam_fin']['results'], results were at
  iq['mam']['results']
- RSM handler was run after checking the number 
						
						
					 
					
						2021-03-09 19:52:53 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						4cdcc4d155 
					 
					
						
						
							
							itests: test mam.iterate() as well for fetching the archive  
						
						
						
						
					 
					
						2021-03-09 19:52:53 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						97a63b9f25 
					 
					
						
						
							
							XEP-0313: Update the API  
						
						... 
						
						
						
						- add an iterate() method that makes this plugin more practical
- add a get_fields method to retrieve the available search fields
- add a get_archive_metadata method.
This is a big chunk because git refused to split it further. 
						
						
					 
					
						2021-03-09 19:52:53 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						dbbc47e02d 
					 
					
						
						
							
							docs, XEP-0313: Order document by source  
						
						
						
						
					 
					
						2021-03-09 19:52:53 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						7d2b245bb0 
					 
					
						
						
							
							XEP-0441: Split MAM preferences into a separate plugin  
						
						
						
						
					 
					
						2021-03-09 19:52:53 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						e5f4794a36 
					 
					
						
						
							
							XEP-0313: Update stanza for completeness, and more docs  
						
						
						
						
					 
					
						2021-03-09 19:52:53 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						d7d4baefa3 
					 
					
						
						
							
							tests: Add XEP-0313 stanza tests  
						
						
						
						
					 
					
						2021-03-09 19:52:53 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						1289cf575c 
					 
					
						
						
							
							Merge branch 'rsm-fixes' into 'master'  
						
						... 
						
						
						
						XEP-0059 (RSM) - Some fixes
See merge request poezio/slixmpp!145  
						
						
					 
					
						2021-03-09 19:25:26 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						a568363a6c 
					 
					
						
						
							
							Merge branch 'async-adhoc' into 'master'  
						
						... 
						
						
						
						XEP-0050 Make handle_command_xxx async
See merge request poezio/slixmpp!144  
						
						
					 
					
						2021-03-09 19:24:43 +01:00 
						 
				 
			
				
					
						
							
							
								Nicoco K 
							
						 
					 
					
						
						
							
						
						eac5ad50a8 
					 
					
						
						
							
							XEP-0050 Make handle_command_xxx async  
						
						
						
						
					 
					
						2021-03-09 19:24:43 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						e97f5ccb9c 
					 
					
						
						
							
							Merge branch 'fix-0004-field-type' into 'master'  
						
						... 
						
						
						
						Fix 0004 field type
See merge request poezio/slixmpp!148  
						
						
					 
					
						2021-03-08 21:10:20 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						432a332636 
					 
					
						
						
							
							tests: Fix XEP-0060 tests for the new 0004 change regarding type attribute  
						
						
						
						
					 
					
						2021-03-08 21:06:43 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						30b1d27fc1 
					 
					
						
						
							
							XEP-0004: stanza, only delete field type if it is not 'hidden'  
						
						... 
						
						
						
						Not strictly required, but most XEPs use it like that for forms of
type='submit', and that makes it easier to write stanza tests. 
						
						
					 
					
						2021-03-08 21:04:21 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						cb83ebe32c 
					 
					
						
						
							
							Merge branch 'form-multi-attrib' into 'master'  
						
						... 
						
						
						
						XEP-0004: add "forms" as a multi-attrib plugin for Form
See merge request poezio/slixmpp!147  
						
						
					 
					
						2021-03-08 18:53:56 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						cd0845515a 
					 
					
						
						
							
							Merge branch 'typing-jid' into 'master'  
						
						... 
						
						
						
						JID: add some forgotten type hints
See merge request poezio/slixmpp!146  
						
						
					 
					
						2021-03-08 18:53:40 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						ade1b010ed 
					 
					
						
						
							
							XEP-0004: add "forms" as a multi-attrib plugin for Form  
						
						
						
						
					 
					
						2021-03-07 21:14:38 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						5ff46d6245 
					 
					
						
						
							
							JID: add some forgotten type hints  
						
						
						
						
					 
					
						2021-03-07 21:12:22 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						5a3ab2c5c1 
					 
					
						
						
							
							tests: enable and fix RSM test for XEP-0030  
						
						
						
						
					 
					
						2021-03-07 20:43:44 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						27cf97458b 
					 
					
						
						
							
							XEP-0059: docs and typing  
						
						... 
						
						
						
						Also:
 - fix a typo in the plugin description (wrong number)
 - add iq_options to make retrieval more flexible 
						
						
					 
					
						2021-03-07 19:47:00 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						ae31f78b63 
					 
					
						
						
							
							docs: add resultiterator docs for XEP-0059  
						
						
						
						
					 
					
						2021-03-07 19:45:01 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						c1a598c34b 
					 
					
						
						
							
							Merge branch 'xep-0030-typing-and-co' into 'master'  
						
						... 
						
						
						
						XEP-0030: add typing and more docs
See merge request poezio/slixmpp!143  
						
						
					 
					
						2021-03-04 22:14:59 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						2314ee422a 
					 
					
						
						
							
							Merge branch 'gateway' into 'master'  
						
						... 
						
						
						
						Gateway interaction (XEP0100)
See merge request poezio/slixmpp!135  
						
						
					 
					
						2021-03-02 18:54:22 +01:00 
						 
				 
			
				
					
						
							
							
								Nicoco K 
							
						 
					 
					
						
						
							
						
						9b5f3d9df0 
					 
					
						
						
							
							Add XEP-0100 (Gateway Interaction) plugin  
						
						... 
						
						
						
						Remove usused prompt_future attribute
Add plugin_end
Update with mathieui's comments
Add option to transfer messages from unregistered users
XEP 0100 plugin 
						
						
					 
					
						2021-03-02 18:54:22 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						49416dacbc 
					 
					
						
						
							
							XEP-0030 static: Fix PEP8, types  
						
						
						
						
					 
					
						2021-03-01 21:11:33 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						e3027dabb2 
					 
					
						
						
							
							XEP-0030 stanza: FIX PEP8, types  
						
						
						
						
					 
					
						2021-03-01 20:55:27 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						10611525a0 
					 
					
						
						
							
							XEP-0030 plugin: Fix PEP8, types  
						
						
						
						
					 
					
						2021-03-01 20:54:53 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						2ff72d88fd 
					 
					
						
						
							
							docs: improve XEP-0030 docs  
						
						
						
						
					 
					
						2021-03-01 20:54:26 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						9561a2a305 
					 
					
						
						
							
							types: add some often-used types  
						
						
						
						
					 
					
						2021-03-01 20:54:10 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						2dac77e680 
					 
					
						
						
							
							Merge branch 'docs-dedfault' into 'master'  
						
						... 
						
						
						
						docs: fix a typo (dedfault)
See merge request poezio/slixmpp!142  
						
						
					 
					
						2021-02-27 21:07:11 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						0726b79345 
					 
					
						
						
							
							docs: fix a typo (dedfault)  
						
						
						
						
					 
					
						2021-02-27 21:02:55 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						9f1ded7f5f 
					 
					
						
						
							
							Merge branch 'more-tests' into 'master'  
						
						... 
						
						
						
						Add some more tests for MIX, and fix a small bug
See merge request poezio/slixmpp!141  
						
						
					 
					
						2021-02-27 21:02:03 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						bea2669907 
					 
					
						
						
							
							XEP-0403: Add stanza tests  
						
						
						
						
					 
					
						2021-02-27 13:21:13 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						a288094b64 
					 
					
						
						
							
							XEP-0405: add stream tests  
						
						
						
						
					 
					
						2021-02-27 13:21:13 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						f12b04bd0b 
					 
					
						
						
							
							XEP-0405: Fix a bug in nodes returned by join_channel  
						
						... 
						
						
						
						Yay tests! 
						
						
					 
					
						2021-02-27 13:21:13 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						059cb290d8 
					 
					
						
						
							
							Merge branch 'async-interal-api-break-everything' into 'master'  
						
						... 
						
						
						
						Make the internal "api" async
See merge request poezio/slixmpp!128  
						
						
					 
					
						2021-02-27 13:16:18 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						3cdec464a5 
					 
					
						
						
							
							docs: document the "internal API" with reference & howto  
						
						
						
						
					 
					
						2021-02-26 00:09:56 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						9927e69435 
					 
					
						
						
							
							docs: add references to API docs  
						
						
						
						
					 
					
						2021-02-26 00:08:56 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						8e388df8e0 
					 
					
						
						
							
							XEP-0231: do not crash if max-age is None  
						
						... 
						
						
						
						it is only RECOMMENDED 
						
						
					 
					
						2021-02-26 00:08:56 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						8eee559d39 
					 
					
						
						
							
							api: update docstrings/typing  
						
						
						
						
					 
					
						2021-02-26 00:08:56 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						2fed9f9ad2 
					 
					
						
						
							
							XEP-0319: API changes  
						
						... 
						
						
						
						- ``idle`` and ``active`` are now coroutines. 
						
						
					 
					
						2021-02-26 00:08:56 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						9947d3db85 
					 
					
						
						
							
							XEP-0231: API changes  
						
						... 
						
						
						
						- ``get_bob`` and ``set_bob`` are now coroutines.
- ``del_bob`` returns a Future. 
						
						
					 
					
						2021-02-26 00:08:56 +01:00 
						 
				 
			
				
					
						
							
							
								mathieui 
							
						 
					 
					
						
						
							
						
						ab87b25030 
					 
					
						
						
							
							XEP-0153: API changes  
						
						
						
						
					 
					
						2021-02-26 00:08:56 +01:00