diff options
author | mathieui <mathieui@mathieui.net> | 2013-03-12 16:12:47 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-03-12 16:12:47 +0100 |
commit | d797b1fd65ba73c48e1933cc8042db0cc548094a (patch) | |
tree | d53c18b406f18c236ccee7b72ab71d57d2d5b35c /src/contact.py | |
parent | cec1151ecb577a270b9e1f0ae5eaa238d3269ae8 (diff) | |
download | poezio-d797b1fd65ba73c48e1933cc8042db0cc548094a.tar.gz poezio-d797b1fd65ba73c48e1933cc8042db0cc548094a.tar.bz2 poezio-d797b1fd65ba73c48e1933cc8042db0cc548094a.tar.xz poezio-d797b1fd65ba73c48e1933cc8042db0cc548094a.zip |
Implement user gaming (xep-0196)
- configuration options
- theming options
- /gaming
Diffstat (limited to 'src/contact.py')
-rw-r--r-- | src/contact.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/contact.py b/src/contact.py index 8e6595db..5074a0dc 100644 --- a/src/contact.py +++ b/src/contact.py @@ -68,6 +68,7 @@ class Contact(object): self._name = '' self.error = None self.tune = {} + self.gaming = {} self.mood = '' self.activity = '' |