Getting a Jabber status via Python
        Posted  
        
            by Teegijee
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Teegijee
        
        
        
        Published on 2010-03-03T23:06:27Z
        Indexed on 
            2010/03/15
            4:29 UTC
        
        
        Read the original article
        Hit count: 613
        
I'm developing a website using the Django framework, and I need to retrieve Jabber (okay, Google Talk) statuses for a user. Most of the Jabber python libraries seem like an incredible amount of overkill (and overhead) for a simple task. Is there any simple way to do this?
I know very little about XMPP/Jabber, though of course I'm willing to learn. Do you need to be an authenticated and "friended" user to retrieve another user's status?
© Stack Overflow or respective owner