]> code.delx.au - pymsnt/blobdiff - src/legacy/glue.py
Fixed iq error responses to include xmlns
[pymsnt] / src / legacy / glue.py
index 176932f247e1a6f743bd5e0d1d48cfaf9cfa9d81..30f05818ee5937700949e868fa5f886021906554 100644 (file)
@@ -116,6 +116,7 @@ def presence2state(show, ptype):
                return msn.STATUS_BUSY
        elif show == "away" or show == "xa":
                return msn.STATUS_AWAY
+       return msn.STATUS_ONLINE
 
 
 def state2presence(state):