Jajcus / pyxmpp

XMPP implementation for Python

Home Page:http://pyxmpp.jajcus.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

presence.make_deny_response makes an accept response

Jajcus opened this issue · comments

just change line 242 from[[BR]]
{{{pr=Presence(stanza_type=accept_responses[self.get_type()],}}}[[BR]]
to[[BR]]
{{{pr=Presence(stanza_type=deny_responses[self.get_type()],}}}