Merge branch 'add-public-names-in-_all_' into 'master'
Add public names in all See merge request poezio/slixmpp!225
This commit is contained in:
		@@ -114,4 +114,6 @@ __all__ = [
 | 
			
		||||
    'xep_0441',  # Message Archive Management Preferences
 | 
			
		||||
    'xep_0444',  # Message Reactions
 | 
			
		||||
    'xep_0461',  # Message Replies
 | 
			
		||||
    # Meant to be imported by plugins
 | 
			
		||||
    'BasePlugin'
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
@@ -84,7 +84,7 @@ MAMDefault = Literal['always', 'never', 'roster']
 | 
			
		||||
FilterString = Literal['in', 'out', 'out_sync']
 | 
			
		||||
 | 
			
		||||
__all__ = [
 | 
			
		||||
    'Protocol', 'TypedDict', 'Literal', 'OptJid', 'JidStr', 'MAMDefault',
 | 
			
		||||
    'Protocol', 'TypedDict', 'Literal', 'OptJid', 'OptJidStr', 'JidStr', 'MAMDefault',
 | 
			
		||||
    'PresenceTypes', 'PresenceShows', 'MessageTypes', 'IqTypes', 'MucRole',
 | 
			
		||||
    'MucAffiliation', 'FilterString',
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user