I am already using JabberMsg.CreateEnvelope(); ....
I have created a jid list to fill the BCC & CC data ... But when i access any of the methods i gives error .. what i have done after creating the Envelope is 
    set JIDList = Createobject("JabberCOM.JabberJIDList")
    m=JIDList.count
But here it give me error = Access violation at address 02DFE1A9 in module 'JABBERCOM.DLL'
Where as the server works fine for the same stuff with different client of jabber (WinJab) ...
I have also tried out with recent release of jabbercom.dll .. but it did'nt work ...

Amar

If you want to use the envelope stuff in JabberCOM, you need to call
JabberMsg.CreateEnvelope();
on the message before using the various CC/BCC stuff. Also note that server
side support for this stuff is experimental and may not work on all servers.

Peter M.

[EMAIL PROTECTED] wrote:
> hi .. i am developing a jabber client using jabbercom.dll .. When i
> send a normal message to single user it works fine .. But if i try to
> specify CC and BCC it gives error ... i have also tried with the
> latest jabbercom.dll from the net .. but it didnt work it gives error
> ... culd some one plz guide me .. thanks


_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

_______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Reply via email to