aboutsummaryrefslogtreecommitdiffstats
path: root/calls.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: different muc hosts failureghetto_muc_fixnico2020-11-251-5/+16
| | | | | | | | + add muc room list parser * update fetch_muc method to utilize room list parser This method scales lineraly. Therefore this is only a temporary fix until we find a better solution.
* fix: nodename quotation issuenico2020-11-241-5/+15
| | | | | | | | | | * update nodename method to not use regex anymore * update readme with 2 new columns for the exit code table We used quite the broad regex to parse the nodename from the status string. But we relied on a single quote to mark the starting point. It seems some distributions don't have this starting quote, therefore breaking the api.
* black reformatnico2020-06-291-5/+5
| | | | * black reformatted the code
* add call for nodenamegenofire2020-06-261-0/+18
|
* add more global valuesnico2020-06-251-0/+10
| | | | | | * organize global values + add global uptime value + add global processes count value
* pep8 and friendsnico2020-06-171-0/+98
* add default logging NullHandler * fix indentation mismatch * rename control to calls to better point out its purpose * rename class to EjabberdApiCalls to better point out it purpose * changed get_nodes to an internal support method