diff options
Diffstat (limited to 'slixmpp/plugins/xep_0333/stanza.py')
-rw-r--r-- | slixmpp/plugins/xep_0333/stanza.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/plugins/xep_0333/stanza.py b/slixmpp/plugins/xep_0333/stanza.py index 77cd47a4..e32ca6f8 100644 --- a/slixmpp/plugins/xep_0333/stanza.py +++ b/slixmpp/plugins/xep_0333/stanza.py @@ -1,11 +1,8 @@ -""" - slixmpp: The Slick XMPP Library - Copyright (C) 2016 Emmanuel Gil Peyrot - This file is part of slixmpp. - - See the file LICENSE for copying permission. -""" +# slixmpp: The Slick XMPP Library +# Copyright (C) 2016 Emmanuel Gil Peyrot +# This file is part of slixmpp. +# See the file LICENSE for copying permission. from slixmpp.xmlstream import ElementBase NS ='urn:xmpp:chat-markers:0' |