Description: update the messages used by client/server interface.
Author: Tarek Galal <tare2.galal@gmail.com>
Reviewed-by: Joao Eriberto Mota Filho <eriberto@debian.org>
Origin: https://github.com/tgalal/yowsup/tree/legacy
Last-Update: 2014-12-02
Index: yowsup-0.0~git20140314.938cf1/src/Yowsup/Interfaces/Interface.py
===================================================================
--- yowsup-0.0~git20140314.938cf1.orig/src/Yowsup/Interfaces/Interface.py
+++ yowsup-0.0~git20140314.938cf1/src/Yowsup/Interfaces/Interface.py
@@ -74,19 +74,33 @@ class SignalInterfaceBase(object):
 			"notification_groupPictureRemoved",
 			"notification_groupParticipantAdded",
 			"notification_groupParticipantRemoved",
+			"notification_contactAdded",
 
 			"contact_gotProfilePictureId",
+			"contact_gotProfilePictureIds",
 			"contact_gotProfilePicture",
 			"contact_typing",
 			"contact_paused",
+			"contact_statusReceived",
 			
 			"profile_setPictureSuccess",
 			"profile_setPictureError",
 			"profile_setStatusSuccess",
+			
+			"sync_gotSyncResult",
 
 			"ping",
 			"pong",
 			"disconnected",
+
+			"subscription_link",
+
+			"privacy_listReceived",
+
+			"privacy_settingsReceived",
+
+			"sync_contactsReceived",
+			"sync_statusesReceived",
 			
 			"media_uploadRequestSuccess",
 			"media_uploadRequestFailed",
@@ -200,6 +214,7 @@ class MethodInterfaceBase(object):
 			"profile_setPicture",
 			"profile_setStatus",
 
+			"sync_sendSync",
 			
 			"ready",
 			"disconnect",
