diff --git a/wrappers/java/genwrapper.py b/wrappers/java/genwrapper.py index 8614e901a..a86e3995b 100644 --- a/wrappers/java/genwrapper.py +++ b/wrappers/java/genwrapper.py @@ -42,27 +42,38 @@ ENUMS_LIST = { 'AccountCreatorTransportStatus': 'AccountCreator', 'AccountCreatorUsernameStatus': 'AccountCreator', 'AddressFamily': 'CallStats', + 'AudioRoute': 'Call', 'AuthMethod': 'Core', 'CallDir': 'Call', 'CallState': 'Call', 'CallStatus': 'CallLog', 'ChatRoomState': 'ChatRoom', + 'ChatMessageDirection': 'ChatMessage', 'ChatMessageState': 'ChatMessage', 'ConfiguringState': 'Core', + 'ConsolidatedPresence': 'PresenceModel', 'CoreLogCollectionUploadState': 'Core', 'EcCalibratorStatus': 'Core', 'EventLogType': 'EventLog', 'GlobalState': 'Core', 'FriendListStatus': 'FriendList', + 'FriendListSyncStatus': 'FriendList', 'IceState': 'CallStats', 'LimeState': 'Core', + 'LogCollectionState': 'Core', 'MediaDirection': 'Core', 'MediaEncryption': 'Core', 'PlayerState': 'Player', + 'PresenceActivityType': 'PresenceActivity', + 'PublishState': 'Event', 'RegistrationState': 'Core', + 'StreamType': 'CallStats', + 'SubscriptionDir': 'Event', 'SubscribePolicy': 'Friend', 'TransportType': 'Address', 'TunnelMode': 'Tunnel', + 'UpnpState': 'Core', + 'VersionUpdateCheckResult': 'Core', 'XmlRpcRequestArgType': 'XmlRpcRequest', 'XmlRpcRequestStatus': 'XmlRpcRequest', }