Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 .net 项目使用 jabber.net 库。我需要能够拦截我连接到的用户发送的消息。例如,我使用 jabber 将我的应用程序连接到用户 "a@b" 。每次用户“a@b”使用 gtalk 发送消息时,我都希望收到通知。实际上,只有在收到消息时才会调用 OnMessage 事件,并且只有当我从我的应用程序发送消息而不是用户使用 gtalk 时才会调用 OnWriteText 事件...
我怎样才能做到这一点?谢谢。