summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/protoxep_occupantid/stanza.py
diff options
context:
space:
mode:
authorLink Mauve <linkmauve@linkmauve.fr>2020-11-27 20:03:41 +0100
committerLink Mauve <linkmauve@linkmauve.fr>2020-11-27 20:03:41 +0100
commit086dc894d14cc0b45901de298b115c213bf5eda3 (patch)
tree3a01f6981aed2fae710e0029e4c40f8116f68f0f /slixmpp/plugins/protoxep_occupantid/stanza.py
parentc86a6ad299a9b84e33ff8a1977d77fc1f23337ef (diff)
parenta245ba54bd117344a3651b57ca0694d894088b1a (diff)
downloadslixmpp-086dc894d14cc0b45901de298b115c213bf5eda3.tar.gz
slixmpp-086dc894d14cc0b45901de298b115c213bf5eda3.tar.bz2
slixmpp-086dc894d14cc0b45901de298b115c213bf5eda3.tar.xz
slixmpp-086dc894d14cc0b45901de298b115c213bf5eda3.zip
Merge branch 'remove-protoxep-occupantid' into 'master'
Remove protoxep_occupantid See merge request poezio/slixmpp!65
Diffstat (limited to 'slixmpp/plugins/protoxep_occupantid/stanza.py')
-rw-r--r--slixmpp/plugins/protoxep_occupantid/stanza.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/slixmpp/plugins/protoxep_occupantid/stanza.py b/slixmpp/plugins/protoxep_occupantid/stanza.py
deleted file mode 100644
index e5853111..00000000
--- a/slixmpp/plugins/protoxep_occupantid/stanza.py
+++ /dev/null
@@ -1,16 +0,0 @@
-"""
- Slixmpp: The Slick XMPP Library
- Copyright (C) 2019 Mathieu Pasquet
- This file is part of Slixmpp.
-
- See the file LICENSE for copying permission.
-"""
-
-from slixmpp.xmlstream import ElementBase
-
-
-class OccupantID(ElementBase):
- name = 'occupant-id'
- plugin_attrib = 'occupant-id'
- namespace = 'urn:xmpp:occupant-id:0'
- interfaces = {'id'}