mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Add a new manager event for our buddies status.
The new JabberStatus event gives a concise view of the status change to the AMI clients. Thanks fiddur! (closes issue #16760) Reported by: fiddur Patches: 244498.2.diff uploaded by fiddur (license 678) Tested by: fiddur, phsultan git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@247500 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -2394,6 +2394,12 @@ static void aji_handle_presence(struct aji_client *client, ikspak *pak) | ||||
| 	default: | ||||
| 		ast_debug(3, "JABBER: Kinky! how did that happen %i\n", pak->show); | ||||
| 	} | ||||
|  | ||||
| 	manager_event(EVENT_FLAG_USER, "JabberStatus", | ||||
| 			"Account: %s\r\nJID: %s\r\nResource: %s\r\nStatus: %d\r\nPriority: %d" | ||||
| 			"\r\nDescription: %s\r\n", | ||||
| 			client->name, pak->from->partial, found->resource, found->status, | ||||
| 			found->priority, found->description); | ||||
| } | ||||
|  | ||||
| /*! | ||||
|   | ||||
		Reference in New Issue
	
	Block a user