summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorAli Sabil <ali.sabil@gmail.com>2007-08-09 23:28:26 +0200
committerAli Sabil <ali.sabil@gmail.com>2007-08-09 23:28:26 +0200
commit0924e5806318657b7e9853a36f060ce8a2ed3ad0 (patch)
tree87efb595daeeebba217189a05f0c3de1a9a0cfbc /test.py
parent09584c2b6a5a160a814ccc91f72d736c5ecf4453 (diff)
- Merged jprieur's branch
This merge brings OIM implementation (still not working), and support for current media in the profile.
Diffstat (limited to 'test.py')
-rw-r--r--test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.py b/test.py
index 452699f..22372da 100644
--- a/test.py
+++ b/test.py
@@ -33,7 +33,8 @@ class ClientEvents(pymsn.event.ClientEventInterface):
elif state == pymsn.event.ClientState.OPEN:
self._client.profile.display_name = "Kimbix"
self._client.profile.presence = pymsn.Presence.ONLINE
- self._client.profile.personal_message = "Testing pymsn, and freeing the pandas!"
+ self._client.profile.current_media = ("I listen to", "Nothing")
+ #self._client.profile.personal_message = "Testing pymsn, and freeing the pandas!"
gobject.timeout_add(5000, self._client.start_conversation)
def on_client_error(self, error_type, error):