You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jabber-net
I am getting the following assertion failure, but besides that
everything seems to work fine. Any idea what the problem (if any) is?
[Debug.Assert(this.Connected);]
at SocketStanzaStream.InitializeStream() C:\projects
\JabberNet-2.1.0.710\jabber\connection\SocketStanzaStream.cs(137)
at XmppStream.InitializeStream() C:\projects
\JabberNet-2.1.0.710\jabber\connection\XmppStream.cs(1422)
at XmppStream.SendNewStreamHeader() C:\projects
\JabberNet-2.1.0.710\jabber\connection\XmppStream.cs(1439)
at XmppStream.jabber.connection.IStanzaEventListener.Connected()
C:\projects\JabberNet-2.1.0.710\jabber\connection\XmppStream.cs(1589)
at SocketStanzaStream.bedrock.net.ISocketEventListener.OnConnect
(BaseSocket sock) C:\projects\JabberNet-2.1.0.710\jabber\connection
\SocketStanzaStream.cs(396)
at AsyncSocket.ExecuteConnect(IAsyncResult ar) C:\projects
\JabberNet-2.1.0.710\bedrock\net\AsyncSocket.cs(821)
at LazyAsyncResult.Complete(IntPtr userToken)
at ContextAwareResult.CompleteCallback(Object state)
at ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state)
at ContextAwareResult.Complete(IntPtr userToken)
at LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr
userToken)
at BaseOverlappedAsyncResult.CompletionPortCallback(UInt32
errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
at _IOCompletionCallback.PerformIOCompletionCallback(UInt32
errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
Joe Hildebrand
unread,
Dec 3, 2009, 12:01:19 PM12/3/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jabbe...@googlegroups.com
It looks like you got disconnected early, or something. That assertion is that you're connected before initializing the stream. Are you *sure* everything is working well?