Mercurial > libervia-backend
comparison src/plugins/plugin_xep_0045.py @ 2046:b99bd02ea643
plugin XEP-0045, XEP-0054, XEP-0096: deprecated bridge method are not used anymore
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 28 Aug 2016 18:20:55 +0200 |
parents | 70bd7b242a9e |
children | b4db946ddc89 |
comparison
equal
deleted
inserted
replaced
2045:48536a22b599 | 2046:b99bd02ea643 |
---|---|
63 | 63 |
64 default_conf = {"default_muc": u'sat@chat.jabberfr.org'} | 64 default_conf = {"default_muc": u'sat@chat.jabberfr.org'} |
65 | 65 |
66 | 66 |
67 class XEP_0045(object): | 67 class XEP_0045(object): |
68 # TODO: handle invitations | |
68 | 69 |
69 def __init__(self, host): | 70 def __init__(self, host): |
70 log.info(_("Plugin XEP_0045 initialization")) | 71 log.info(_("Plugin XEP_0045 initialization")) |
71 self.host = host | 72 self.host = host |
72 self._sessions = memory.Sessions() | 73 self._sessions = memory.Sessions() |