If you insist on integratin Jabber/XMPP into your site, I'd suggest *NOT USING* xmpppy. This library is flawed in many ways and do not conform many standards published in XMPP RFC. Use pyxmpp (http:// pyxmpp.jajcus.net/) instead. It is written by a member of Jabber board and is more compatible with official XMPP standard.
On 10 Paź, 10:43, est <[EMAIL PROTECTED]> wrote: > Hi, all > > I am writing a GoogleTalk bot for my django site, but I don't know > were to initiate a xmpppy Client object in Django. Should I put it in > my project's __init__.py ? I need the bot to be always online so where > can I write a GLOBAL, long survival object in Django? How can I make > xmpppy Client login only ONCE where django project starts?(I found > that __init__.py will be called several times during Django starting.) > > Any info is appreciated, thank you all! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

