~wgrant/papyon/master

« back to all changes in this revision

Viewing changes to pymsn/event/client.py

  • Committer: Ali Sabil
  • Date: 2007-08-26 14:39:42 UTC
  • Revision ID: git-v1:7544026d99efb467c57a427cbc10b30201b9b011
- Merged jprieur's branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    AUTHENTICATION = 1
44
44
    PROTOCOL = 2
45
45
    ADDRESSBOOK = 3
 
46
    OFFLINE_MESSAGES = 4
46
47
 
47
48
NetworkError = pymsn.gnet.IoError
48
49