diff libervia.py @ 57:e552a67b933d

Contact update + add dedication in About dialog
author Goffi <goffi@goffi.org>
date Sun, 29 May 2011 16:07:46 +0200
parents d5266c41ca24
children 4fa3d57f72f8
line wrap: on
line diff
--- a/libervia.py	Sun May 29 15:25:46 2011 +0200
+++ b/libervia.py	Sun May 29 16:07:46 2011 +0200
@@ -68,7 +68,7 @@
         LiberviaJsonProxy.__init__(self, "/json_api",
                         ["getContacts", "addContact", "sendMessage", "sendMblog", "getMblogNodes", "getProfileJid", "getHistory", "getPresenceStatus",
                          "joinMUC", "getRoomJoined", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", "tarotGameContratChoosed",
-                         "tarotGamePlayCards", "getWaitingSub", "subscription", "delContact"])
+                         "tarotGamePlayCards", "getWaitingSub", "subscription", "delContact", "updateContact"])
 
 class BridgeSignals(LiberviaJsonProxy):
     def __init__(self):