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