From: Alexey N. <sn...@pe...> - 2004-05-05 09:55:40
|
=F7 =D3=CF=CF=C2=DD=C5=CE=C9=C9 =CF=D4 5 =ED=C1=CA 2004 12:20 gabor =CE=C1= =D0=C9=D3=C1=CC(a): > hi, > > i have been thinking about writing a very very very simple jabber client > in python...nothing serious, just for fun... > > question: > > what documents should i read about jabber? > > i know there are 2 documents in the xmpppy distribution, but isn't there > a less formal one? xmpppy distribution includes one document: README.py. It is a simple script= =20 that can connect to a server and nothing more. CVS version contains also copies of xmpp-core and xmpp-im documents (probab= ly=20 the "formal ones" that you are speaking about). there are no good documentation about xmpppy usage AFAIK. I'm planning to=20 write it for 0.2 release. In the meantime you can try reading some jabberpy-based scripts or even=20 xmpppy-based (CVS's irc-transport for example). Also you can look into very simple rss-transport in the attachment (especia= lly=20 at the lines 50,51,52,59,34 :)) ). =2D-=20 Respectfully Alexey Nezhdanov |