The communicator tag has no wiki summary.
0
votes
0answers
3 views
Smack-bosh XMPP conection
I am using smack library with bosh (library compiled from http://svn.igniterealtime.org/svn/repos/smack/branches/bosh/smack-bosh/).
I have a problem: I manage to connect to the server over bosh, and I ...
0
votes
1answer
69 views
How to enable Office Communicator presentation mode programmically
I know that at least PowerPoint presentation mode will enable the OC / Lync presentation mode where the actual messages are not visible in the screen.
...
-1
votes
1answer
133 views
At startup on windows 7, a box opens with the title communicator.exe and it says: The application was unable to start correctly (0xc0150002) [closed]
It just opens everytime I turn on my laptop. Does anyone know what it is and how to stop it showing up on startup? Thanks.
1
vote
1answer
72 views
Does an MPI star (hub-and-spoke) communicator perform better than MPI_COMM_WORLD?
Let's consider the following simple scenario for an MPI application: a root process broadcasts (MPI_Bcast) some parameters (several tens of bytes - fixed size), then all nodes start performing some ...
0
votes
0answers
67 views
Is it possible to automate tasks for Microsoft Communicator for OS X?
I frequently disconnect from the ethernet on my macbook pro at my desk to connect directly to the wireless in my office. During this time, Microsoft Office Communicator decides to be friendly and ...
0
votes
0answers
259 views
401 Unauthorized when i try to connect [closed]
Maybe be you can help me, i think i have the same problem that you, but you you have solved the yours.
With a Mac os x, when i run Microsoft Messenger, i can connect to the server office communicator ...
3
votes
1answer
580 views
Can I use the Microsoft Lync API to communicate with Communicator 2007/2007 R2?
I'm coding IM Presence information into one of my companies silverlight applications. So far, the only solution I've found is one on CodePlex (Silverlight.OCS). It's "okay", but it's extremely dated.
...
0
votes
0answers
143 views
Office Communicator 2007 Rc2 - PC hosting desktop sharing facility slows down considerably
I'm hoping this is a simple problem for anyone out there, but we have several users who've reported that when they initiate the share desktop feature within Office Communicator 2007 RC2, they ...
0
votes
2answers
757 views
C# .NET AS2 communication
I like to ask for some guidance on this topic of sending and receiving files via AS2 or AS3 communications protocol via a .NET C# implementation. I have search for examples or explanation of how you ...
2
votes
0answers
170 views
Using OnContactStatusChange in Delphi Code interacting with Microsoft Communicator 2007
Here's what I am trying to do. I want to be notified when a contact on my list changes status in Microsoft Communicator 2007. I'm running Delphi XE with Windows 7.
In my form create, I've created ...
2
votes
2answers
186 views
Why do I get an access violation when I call Microsoft Communicator 2007's IMessengerContacts.Count method?
I want to display the contacts from my list onto a TListBox. I have Communicator installed and running on my Windows 7 PC, running Delphi XE. I am using CommunicatorAPI_TLB and ...
3
votes
2answers
210 views
mpi collective operations from one communicator to another
I have an application that is parallelized with MPI and is split into a number of different tasks. Each processor is assigned only one task and the group of processors which is assigned the same task ...
0
votes
1answer
168 views
Is it possible to send a Office communicator message from web page?
Is it possible to send a Office communicator message from web page? Currently my webpage can actually send a message now but after deploying it to our web server it gives the following error below.
...
0
votes
1answer
117 views
How to add command (contextmenu item) to office communicator 2007 R2?
I am working on Office Communicator feature where I want to add a context menu item to the office communicator. I followed the steps given at;
...
3
votes
1answer
480 views
MPI : getting number of nodes (not processes) in a communicator
I'm working with MPI programs on an SMP supercomputer. I would like to identify which processes are sharing the same node, for example by setting an integer key that is equal in all processes on the ...
3
votes
1answer
7k views
Can Lync 2010 and Communicator 2007 (w/ or w/o R2) client be installed on the same machine
Can both clients be installed and used at the same time ?
The purpose of using both is based needs to develop for Lync 2010 while still using Communicator 2007 in a corporate environment. Or would ...
0
votes
0answers
271 views
How to keep message history of Microsoft office communicator2005?
I am using Win7 and Microsoft office communicator2005. I tried install LCSMessengerHistory to keep history of communicator but failed.I got some error. I works in Winxp. Is there any other option?
...
0
votes
1answer
731 views
Microsoft Office Communicator 2007 when client not on NT Domain
I'm trying to run Microsoft Office Communicator 2007 on client which is not part of an NT Domain, but which has VPN access to my corporate network. When trying to authenticate, however, MOC just ...
1
vote
1answer
624 views
Calling Communicator.UIAutomation from Silverlight 4
I'm trying to instantiate a COM connection to Communicator 2007 from an Out of Browser Silverlight 4 app. I'm following some sample code - one (slightly different) example of which is here - but I'm ...
1
vote
1answer
622 views
Office Communicator: How to identify the opening of an IM window
I'm developing an "automatic message" add-in for Office Communicator 2007, but I need to know how to identify if another user opens the IM Window (not me, but another user).
I have the following ...
1
vote
3answers
806 views
Group MPI tasks by host
I want to easily perform collective communications indepandently on each machine of my cluster. Let say I have 4 machines with 8 cores on each, my mpi program would run 32 MPI tasks. What I would like ...
1
vote
1answer
182 views
Video editing on Microsoft Office Communicator
Is there a way to programatically edit and compose the video streams in Office Communicator? For example, how can I merge the webcam video streams of all the participants in a single video stream with ...
-1
votes
1answer
530 views
Were you ever able to create a BOT using Office communicator 2007 R2
I read your post regarding creating a ChatBot using Office Communicator 2007 - I would like to know whether you ever got this answered, since I would like to create a Bot too - thanks. I have found ...
2
votes
2answers
930 views
Calling Office Communicator via Silverlight Out of Browser
I need to invoke office communicator to create a chat window and phone call directly from Silverlight when running out of browser. When running in browser I do this and it works pretty well:
...
0
votes
1answer
691 views
Office Communicator Auto Accept Calls with C# API
Is there a way to automatically accept calls programmed with the C# Api when someone calls 'me' to start a video call?
Starting a video call with the API is easy:
var contactArray = new ArrayList();
...
0
votes
2answers
907 views
relation between ranks of processes after using MPI_COMM_split
I used MPI_Comm_split to split the default MPI communicator.If initially there were 10 processes in default communicator ,MPI_COMM_WORLD and ,say, their ranks were identified by id_original. The new ...
4
votes
2answers
1k views
MPI difference between Communicator and Group
I have read the definitions of these terms and my interpretation is that there is a one to one relation between a group and a communicator. A group is a set of processes which wish to communicate with ...
4
votes
1answer
5k views
How Does the Office Communicator Presence Status Work?
I'm interested in finding out more about the Microsoft Office Communicator IM client, and how it determines your presence (i.e if you are at your computer or away). Can anyone point me towards a ...
2
votes
3answers
22k views
How to export/import MS Office Communicator contacts?
I had MOC 2005 re-installed on my office PC recently, and found to my chagrine that it had lost all of my contacts. I've searched for ways to export/import the contacts list, but have not found any ...
4
votes
2answers
2k views
Communicator/OCS 2007 Integrated programs / plugins, How?, When?, What?
I've found the following blog
http://www.modalitysystems.com/blog/?cat=14
but have not had the time to delve deeper into the different aspects described in it. I figured i'd throw out a broad ...
2
votes
1answer
218 views
Is there a Office Communicator Automation API for Windows Mobile 6.0
Is there an Windows Mobile Office Communicator client API to develop a plugin using OCS.
1
vote
2answers
2k views
Get Microsoft Communicator status
I'd like to add Communicator Presence to my application (much like how Outlook and other MS apps have it), and I'm unable to find documentation about how to fetch this status.
Is there a way I can ...
3
votes
2answers
2k views
Is it possible to develop plugins for Microsoft Office Communicator?
Is it possible to develop plugins for Microsoft Office Communicator? If so, where does one start -- is there an SDK?