Crazy ITer

 
Motto
It is strange that all great men should have some little grain of madness mingled with whatever genius they possess。
---------Moliere

When looking up, one has no occasion for shame before heaven, and below, one has no occasion to blush before men。
---------Mencius

The mechanic, who wishes to do his work well, must first sharpen his tools
---------Confucius

Python
SQL
UML
Zope&Plone
Ajax & Script
Jabber
Linux
Jabber协议中的注册和销号
2007年1月22日星期一
注册一个用户:
<iq to=' casetrade.com' type='set'>
<query xmlns='jabber:iq:register'>
<username>xiaohui</username>
<password>name</password>
</query>
</iq>
销掉一个用户:
<iq to='casetrade.com' type='set'>
<query xmlns='jabber:iq:register'>
<remove/>
</query>
</iq>

往user.casetrade.com中注册一个用户:
<iq id="jcl_13" to="user.casetrade.com " type="set">
<query xmlns="jabber:iq:register">
<jid>crazyiter.blogspot.com@casetrade.com</jid>
<nick>william</nick>
<fullname>email@hot.com</fullname>
<company>qiye</company>
<email>email@hot.com</email>
<domain>daybao.com</domain>
</query>
</iq>

从user.casetrade.com销掉该用户:
<iq to='user.casetrade.com' type='set'>
    <query xmlns='jabber:iq:register'>
          <remove/>
    </query>
</iq>
posted by William @ 10:17  
0 Comments:
发表评论
<< Home
 
About Me

Name: William
Home: Pudong, Shanghai, China
About Me: Here is a collection of my program notes.I'd like to put all my notes and learning together.Welcome anybody to help me to perfect it.
See my complete profile
Previous Post
Archives
Links
© 2005 Crazy ITer Template by Isnaini Dot Com