Platforms to show: All Mac Windows Linux Cross-Platform

Back to InstantMessageMBS class.

InstantMessageMBS.MyStatusChanged

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Instant Message MBS MacCocoa Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No
This event is called when the local user changes online status.

The client should call myStatus function to get the new status.

InstantMessageMBS.PersonInfoChanged(info as dictionary)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Instant Message MBS MacCocoa Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No
Event sent when a screenName changes some aspect of their published information.

The user information dictionary will always contain an ScreenName and may contain any of the following values: StatusMessage, IdleSince, FirstName, LastName, IMPersonEmailKey, PictureData, AVAvailable and AVBusy, Capabilities values.

Some examples using this event:

InstantMessageMBS.PersonStatusChanged(info as dictionary)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Instant Message MBS MacCocoa Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No
Event sent when a different user (screenName) logs in, logs off, goes away, and so on.

The info object knows the ScreenName and the Status of the person.

Some examples using this event:

InstantMessageMBS.ServiceStatusChanged

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Instant Message MBS MacCocoa Plugin 7.1 ✅ Yes ❌ No ❌ No ❌ No
Event sent when the user logs in, logs off, goes away, and so on.

Call MyStatus to get the new state.

Some examples using this event:

InstantMessageMBS.StatusImagesChangedAppearance

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Instant Message MBS MacCocoa Plugin 7.1 ✅ Yes ❌ No ❌ No ❌ No
Event sent when the user changes their preferred images for displaying status.

Clients that display status information graphically (using the green/yellow/red dots) should call imageURLForStatus to get the new image.

The items on this page are in the following plugins: MBS MacCocoa Plugin.


The biggest plugin in space...