examples: rewrite copyright notices
This commit is contained in:
parent
bbd351e9c1
commit
603cbccddd
@ -1,15 +1,11 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Implementation of xeps for Internet of Things
|
||||||
Implementation of xeps for Internet of Things
|
# http://wiki.xmpp.org/web/Tech_pages/IoT_systems
|
||||||
http://wiki.xmpp.org/web/Tech_pages/IoT_systems
|
# Copyright (C) 2013 Sustainable Innovation, Joachim.lindborg@sust.se
|
||||||
Copyright (C) 2013 Sustainable Innovation, Joachim.lindborg@sust.se
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
@ -179,4 +175,3 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
print("noopp didn't happen")
|
print("noopp didn't happen")
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2015 Emmanuel Gil Peyrot
|
||||||
Copyright (C) 2015 Emmanuel Gil Peyrot
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2015 Emmanuel Gil Peyrot
|
||||||
Copyright (C) 2015 Emmanuel Gil Peyrot
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2012 Nathanael C. Fritz
|
||||||
Copyright (C) 2012 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,15 +1,11 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Implementation of HTTP over XMPP transport
|
||||||
Implementation of HTTP over XMPP transport
|
# http://xmpp.org/extensions/xep-0332.html
|
||||||
http://xmpp.org/extensions/xep-0332.html
|
# Copyright (C) 2015 Riptide IO, sangeeth@riptideio.com
|
||||||
Copyright (C) 2015 Riptide IO, sangeeth@riptideio.com
|
# This file is part of slixmpp.
|
||||||
This file is part of slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
from slixmpp import ClientXMPP
|
from slixmpp import ClientXMPP
|
||||||
|
|
||||||
@ -94,4 +90,3 @@ if __name__ == '__main__':
|
|||||||
xmpp = HTTPOverXMPPClient(args.jid, args.password)
|
xmpp = HTTPOverXMPPClient(args.jid, args.password)
|
||||||
xmpp.connect()
|
xmpp.connect()
|
||||||
xmpp.process()
|
xmpp.process()
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2018 Emmanuel Gil Peyrot
|
||||||
Copyright (C) 2018 Emmanuel Gil Peyrot
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2017 Mathieu Pasquet
|
||||||
Copyright (C) 2017 Mathieu Pasquet
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2021 Mathieu Pasquet
|
||||||
Copyright (C) 2021 Mathieu Pasquet
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2011 Nathanael C. Fritz
|
||||||
Copyright (C) 2011 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2011 Dann Martens
|
||||||
Copyright (C) 2011 Dann Martens
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
from slixmpp.plugins.xep_0009.remote import Endpoint, remote, Remote, \
|
from slixmpp.plugins.xep_0009.remote import Endpoint, remote, Remote, \
|
||||||
ANY_ALL, Future
|
ANY_ALL, Future
|
||||||
@ -44,4 +40,3 @@ def main():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2011 Dann Martens
|
||||||
Copyright (C) 2011 Dann Martens
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
from slixmpp.plugins.xep_0009.remote import Endpoint, remote, Remote, \
|
from slixmpp.plugins.xep_0009.remote import Endpoint, remote, Remote, \
|
||||||
ANY_ALL
|
ANY_ALL
|
||||||
@ -53,4 +49,3 @@ def main():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2011 Dann Martens
|
||||||
Copyright (C) 2011 Dann Martens
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
from slixmpp.plugins.xep_0009.remote import Endpoint, remote, Remote, \
|
from slixmpp.plugins.xep_0009.remote import Endpoint, remote, Remote, \
|
||||||
ANY_ALL
|
ANY_ALL
|
||||||
@ -52,4 +48,3 @@ def main():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2015 Emmanuel Gil Peyrot
|
||||||
Copyright (C) 2015 Emmanuel Gil Peyrot
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2015 Emmanuel Gil Peyrot
|
||||||
Copyright (C) 2015 Emmanuel Gil Peyrot
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2012 Nathanael C. Fritz
|
||||||
Copyright (C) 2012 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import imghdr
|
import imghdr
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
# Slixmpp: The Slick XMPP Library
|
||||||
Slixmpp: The Slick XMPP Library
|
# Copyright (C) 2010 Nathanael C. Fritz
|
||||||
Copyright (C) 2010 Nathanael C. Fritz
|
# This file is part of Slixmpp.
|
||||||
This file is part of Slixmpp.
|
# See the file LICENSE for copying permission.
|
||||||
|
|
||||||
See the file LICENSE for copying permission.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import logging
|
import logging
|
||||||
|
Loading…
Reference in New Issue
Block a user