Remove support for MUC-PM
This commit is contained in:
parent
cb91d16268
commit
41b6193b78
3 changed files with 10 additions and 4 deletions
|
@ -202,6 +202,12 @@ name = "Fedi.Tips"
|
||||||
link = "https://fedi.tips/feed/atom/"
|
link = "https://fedi.tips/feed/atom/"
|
||||||
tags = ["technology", "activitypub", "fediverse", "syndication"]
|
tags = ["technology", "activitypub", "fediverse", "syndication"]
|
||||||
|
|
||||||
|
[[feeds]]
|
||||||
|
lang = "en"
|
||||||
|
name = "her.st - Do you see it yet?"
|
||||||
|
link = "https://her.st/feed.xml"
|
||||||
|
tags = ["lifestyle", "technology", "xmpp", "computer", "code", "llm", "syndication", "minimalism", "linux", "self-hosting", ".net", "go", "python", "philosophy", "psychology", "privacy", "security"]
|
||||||
|
|
||||||
[[feeds]]
|
[[feeds]]
|
||||||
lang = "en"
|
lang = "en"
|
||||||
name = "Lagrange Gemini Client"
|
name = "Lagrange Gemini Client"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
__version__ = '0.1.68'
|
__version__ = '0.1.69'
|
||||||
__version_info__ = (0, 1, 68)
|
__version_info__ = (0, 1, 69)
|
||||||
|
|
|
@ -194,8 +194,8 @@ class Chat:
|
||||||
# jid_bare = message['from'].bare
|
# jid_bare = message['from'].bare
|
||||||
jid_full = str(message['from'])
|
jid_full = str(message['from'])
|
||||||
if (jid_bare == jid_full[:jid_full.index('/')]):
|
if (jid_bare == jid_full[:jid_full.index('/')]):
|
||||||
jid = str(message['from'])
|
# TODO Count and alert of MUC-PM attempts
|
||||||
jid_file = jid_full.replace('/', '_')
|
return
|
||||||
|
|
||||||
response = None
|
response = None
|
||||||
match message_lowercase:
|
match message_lowercase:
|
||||||
|
|
Loading…
Reference in a new issue