View Single Post
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#3455
@ TMavica:
Can you edit waxmpp.py file?
In line 1147 you have this:
Code:
if notifNode is not None:
    pushName = notifNode.getAttributeValue("name");
Add a line to get this:
Code:
if notifNode is not None:
    pushName = notifNode.getAttributeValue("name");
    pushName = pushName.decode("utf8")
__________________
Filebox / FileCase for Maemo / Harmattan / Sailfish
FlowPlayer for Maemo / Harmattan / Sailfish
Whatsup for Harmattan / Sailfish
CallBlocker for Harmattan

Support my work:
Paypal / Bitcoin
 

The Following User Says Thank You to CepiPerez For This Useful Post: