mosquito / aiohttp-xmlrpc

XMLRPC for aiohttp
MIT License
34 stars 19 forks source link

Implemented encoding parameter for ServerProxy class. #14

Closed kdanielm closed 6 years ago

kdanielm commented 6 years ago

Fixing error with calling Freeswitch xmlrpc interface complaining about invalid xmlrpc call due to missing encoding in xml. Required encoding can be passed via init parameter setting it default to None to keep current behavior.

mosquito commented 6 years ago

Thank you. Great work.

kdanielm commented 6 years ago

You are welcome.