Re: [Tutor] Trying to send a URL via XMPP

2009-12-10 Thread Wayne Werner
On Thu, Dec 10, 2009 at 3:29 PM, Stephen Nelson-Smith wrote: > Hi, > > I'm trying to send a message to a user via XMPP - but I want them to > receive a clickable word. > > I'm using Python 2.4 on RHEL 5.4 and python-xmpp-0.4.1-6 from EPEL. > > I've tried variations on: > > >>> jid = xmpp.protocol

[Tutor] Trying to send a URL via XMPP

2009-12-10 Thread Stephen Nelson-Smith
Hi, I'm trying to send a message to a user via XMPP - but I want them to receive a clickable word. I'm using Python 2.4 on RHEL 5.4 and python-xmpp-0.4.1-6 from EPEL. I've tried variations on: >>> jid = xmpp.protocol.JID('motherin...@jabber.sekrit.org.uk') >>> cl = xmpp.Client(jid.getDomain())