Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
restcructed a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
BASSIN committed Dec 6, 2012
1 parent 8af8545 commit 395e308
Show file tree
Hide file tree
Showing 13 changed files with 310 additions and 461 deletions.
2 changes: 1 addition & 1 deletion big_chat/__init__.py → big_chat/Client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__author__ = 'catherine'
__author__ = 'catherine'
10 changes: 5 additions & 5 deletions big_chat/step1.xml → big_chat/Server/Steps/step1.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<stream:stream
xmlns='jabber:client'
xmlns:stream='http://etherx.jabber.org/streams'
id='%s'
from='%s'
<stream:stream
xmlns='jabber:client'
xmlns:stream='http://etherx.jabber.org/streams'
id='%s'
from='%s'
version='1.0'>
8 changes: 4 additions & 4 deletions big_chat/step2.xml → big_chat/Server/Steps/step2.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<stream:features>
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
<mechanism>DIGEST-MD5</mechanism>
</mechanisms>
<stream:features>
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
<mechanism>DIGEST-MD5</mechanism>
</mechanisms>
</stream:features>
4 changes: 2 additions & 2 deletions big_chat/step3.xml → big_chat/Server/Steps/step3.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
bm9uY2U9IjIyNjQ3NzQ4Iixxb3A9ImF1dGgiLGNoYXJzZXQ9dXRmLTgsYWxnb3JpdGhtPW1kNS1zZXNz
<challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
bm9uY2U9IjIyNjQ3NzQ4Iixxb3A9ImF1dGgiLGNoYXJzZXQ9dXRmLTgsYWxnb3JpdGhtPW1kNS1zZXNz
</challenge>
4 changes: 2 additions & 2 deletions big_chat/step4.xml → big_chat/Server/Steps/step4.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
cnNwYXV0aD1lOTg5NjZjZjUxNjliZWUzOTYzNGU5Zjk5ZTIzZDZhYg==
<challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
cnNwYXV0aD1lOTg5NjZjZjUxNjliZWUzOTYzNGU5Zjk5ZTIzZDZhYg==
</challenge>
File renamed without changes.
20 changes: 10 additions & 10 deletions big_chat/step6.xml → big_chat/Server/Steps/step6.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<stream:stream
xmlns='jabber:client'
xmlns:stream='http://etherx.jabber.org/streams'
id='%s'
from='%s'
version='1.0'>

<stream:features>
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>

<stream:stream
xmlns='jabber:client'
xmlns:stream='http://etherx.jabber.org/streams'
id='%s'
from='%s'
version='1.0'>

<stream:features>
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>

</stream:features>
1 change: 1 addition & 0 deletions big_chat/Server/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__author__ = 'catherine'
Loading

0 comments on commit 395e308

Please sign in to comment.