[Delta] trying to make a code like justins code (jabber example) but i have errors

Justin Karneges justin-psi2 at affinix.com
Mon Mar 24 16:06:52 PDT 2008


On Monday 24 March 2008 3:43 pm, K. Nimer wrote:
> after a successful login

Does the program quit immediately after?  Maybe you need to let the Qt event 
loop run so the message gets sent.  I see in the wiki Iris example that the 
application quits in stream_authenticated(), which could be the problem.

Also, the second argument to setBody() is the language.  You should not 
pass "hi" into there.  Just call setBody("hi").

-Justin


More information about the Delta mailing list